PdfVectorPossibleWatermark class

PdfVectorPossibleWatermark class

Represents possible vector watermark in a pdf document.

The PdfVectorPossibleWatermark type exposes the following members:

Properties

Property Description
parent The parent of this PdfVectorPossibleWatermark.
pdf_operator_collection The collection of vector operators of this PdfVectorPossibleWatermark.
formatted_text_fragments The collection of formatted text fragments of this PossibleWatermark. (inherited from PossibleWatermark)
height The height of this PossibleWatermark. (inherited from PossibleWatermark)
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)
rotate_angle The rotate angle of this PossibleWatermark in degrees. (inherited from PossibleWatermark)
text The text of this PossibleWatermark. (inherited from PossibleWatermark)
unit_of_measurement The unit of measurement of this PossibleWatermark. (inherited from PossibleWatermark)
width The width of this PossibleWatermark. (inherited from PossibleWatermark)
x The x-coordinate of this PossibleWatermark. (inherited from PossibleWatermark)
y The y-coordinate of this PossibleWatermark. (inherited from PossibleWatermark)

See Also