PdfPage class
PdfPage class
Represents pdf document page.
Inheritance: PdfPage
→
ContentPart
The PdfPage type exposes the following members:
Properties
Property | Description |
---|---|
width | Gets the width of this PdfPage in points. |
height | Gets the height of this PdfPage in points. |
artifacts | Gets the collection of all artifacts of this PdfPage . |
x_objects | Gets the collection of all XObjects of this PdfPage . |
annotations | Gets the collection of all annotations of this PdfPage . |
Methods
Method | Description |
---|---|
find_images | Finds images according to the specified search criteria.
The search is conducted in the objects specified in Watermarker.searchable_objects . |
find_images | Finds all images in the content.
The search is conducted in the objects specified in Watermarker.searchable_objects . |
search | Finds possible watermarks according to specified search criteria.
The search is conducted in the objects specified in Watermarker.searchable_objects . |
search | Finds all possible watermarks in the content.
The search is conducted in the objects specified in Watermarker.searchable_objects . |
rasterize | Converts page content into an image. |
See Also
- module
groupdocs.watermark.contents.pdf
- class
ContentPart
- class
PdfPage