PdfVectorPossibleWatermark class

PdfVectorPossibleWatermark class

Represents possible vector watermark in a pdf document.

Inheritance: PdfVectorPossibleWatermarkPossibleWatermark

The PdfVectorPossibleWatermark type exposes the following members:

Properties

Property Description
parent Gets the parent of this PdfVectorPossibleWatermark.
page_number Gets the page watermark is placed on.
width Gets the width of this PossibleWatermark.
height Gets the height of this PossibleWatermark.
x Gets the x-coordinate of this PossibleWatermark.
y Gets the y-coordinate of this PossibleWatermark.
rotate_angle Gets the rotate angle of this PossibleWatermark in degrees.
text Gets or sets the text of this PossibleWatermark.
formatted_text_fragments Gets the collection of formatted text fragments of this PossibleWatermark.
image_data Gets or sets the image of this PossibleWatermark.
unit_of_measurement Gets the unit of measurement of this PossibleWatermark.
pdf_operator_collection Gets the collection of vector operators of this PdfVectorPossibleWatermark.

See Also