PossibleWatermark class

PossibleWatermark class

Represents possible watermark found in a document.

The PossibleWatermark type exposes the following members:

Properties

Property Description
formatted_text_fragments The collection of formatted text fragments of this PossibleWatermark.
height The height of this PossibleWatermark.
image_data The image of this PossibleWatermark, or None if the watermark has no image.
page_number The page number where the watermark is placed.
parent The parent of this PossibleWatermark.
rotate_angle The rotate angle of this PossibleWatermark in degrees.
text The text of this PossibleWatermark.
unit_of_measurement The unit of measurement of this PossibleWatermark.
width The width of this PossibleWatermark.
x The x-coordinate of this PossibleWatermark.
y The y-coordinate of this PossibleWatermark.

See Also