PdfContent class
PdfContent class
Represents a pdf document where a watermark can be placed.
Inheritance: PdfContent →
Content →
ContentPart
The PdfContent type exposes the following members:
Properties
| Property | Description |
|---|---|
| pages | Gets the collection of all pages of this PdfContent. |
| attachments | Gets the collection of all attachments of this PdfContent. |
| page_margin_type | Gets or sets pdf page margins to be used during watermark adding. |
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. |
| encrypt | Encrypts the document using the same password as user password and owner password. |
| encrypt | Encrypts the content. |
| decrypt | Decrypts the content. |
| rasterize | Converts all content pages into images. |
Remarks
Learn more: | | | | | |
See Also
- module
groupdocs.watermark.contents.pdf - class
Content - class
ContentPart - class
PdfContent