PdfTextPossibleWatermark class

PdfTextPossibleWatermark class

Represents possible watermark in a pdf document text.

The PdfTextPossibleWatermark type exposes the following members:

Properties

Property Description
formatted_text_fragments The collection of formatted text fragments of this PdfTextPossibleWatermark.
height The height of this PdfTextPossibleWatermark in points.
parent The parent of this PdfTextPossibleWatermark.
rotate_angle The rotate angle of this PdfTextPossibleWatermark in degrees. The value is always 0 for this type of possible watermark.
text The text of this PdfTextPossibleWatermark.
unit_of_measurement The unit of measurement of this PdfTextPossibleWatermark.
width The width of this PdfTextPossibleWatermark in points.
x The horizontal offset of this PdfTextPossibleWatermark from the page left border in points.
y The y-coordinate of this PdfTextPossibleWatermark from the page bottom border in points.
image_data The image of this PossibleWatermark, or None if the watermark has no image. (inherited from PossibleWatermark)
page_number The page number where the watermark is placed. (inherited from PossibleWatermark)

See Also