PdfPage
Contents
[
Hide
]
PdfPage class
Represents pdf document page.
public class PdfPage : ContentPart
Properties
| Name | Description |
|---|---|
| Annotations { get; } | Gets the collection of all annotations of this PdfPage. |
| Artifacts { get; } | Gets the collection of all artifacts of this PdfPage. |
| Height { get; } | Gets the height of this PdfPage in points. |
| Width { get; } | Gets the width of this PdfPage in points. |
| XObjects { get; } | Gets the collection of all XObjects of this PdfPage. |
Methods
| Name | Description |
|---|---|
| FindImages() | Finds all images in the content. The search is conducted in the objects specified in SearchableObjects. |
| FindImages(ImageSearchCriteria) | Finds images according to the specified search criteria. The search is conducted in the objects specified in SearchableObjects. |
| virtual Rasterize(int, int, PdfImageConversionFormat) | Converts page content into an image. |
| Search() | Finds all possible watermarks in the content. The search is conducted in the objects specified in SearchableObjects. |
| Search(SearchCriteria) | Finds possible watermarks according to specified search criteria. The search is conducted in the objects specified in SearchableObjects. |
See Also
- class ContentPart
- namespace GroupDocs.Watermark.Contents.Pdf
- assembly GroupDocs.Watermark