Pdf |
The PdfClipPath type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfClipPath | Create a new empty clipping path. | |
| PdfClipPath(IntPtr) | Create new instance of PdfClipPath class from the handle. | |
| PdfClipPath(Single, Single, Single, Single) | Create a new clipping path with a rectangle inserted. |
| Name | Description | |
|---|---|---|
| BoundingBox | Gets the bounding box for all paths and texts in this clipping path object. | |
| ClippingPaths | Gets the enumerable collection of all clipping paths. | |
| ClippingText | Gets the enumerable collection of all page text objects. | |
| Handle | Gets the Pdfium SDK handle that the clip path is bound to | |
| PathCount | Gets the number of paths in the ClippingPaths collection. | |
| TextCount | Gets the number of page text objects in the ClippingText collection. |
| Name | Description | |
|---|---|---|
| AppendPath | Append the specified path to the ClippingPaths collection. | |
| AppendText(PdfTextObject) | Append the specified text object to the ClippingText collection. | |
| AppendText(PdfTextObject) | Append the specified texts object to the ClippingText collection. | |
| DeletePath | Delete the path contained in the ClippingPaths collection at the specified index. | |
| DeleteText | Delete the text object contained in the ClippingText collection at the specified index. | |
| Finalize |
Releases all resources used by the PdfImageObject.
(Overrides ObjectFinalize) | |
| GetFillMode | Get the fill type of the path contained in the ClippingPaths collection at the specified index. | |
| GetPath | Get the path contained in the ClippingPaths collection at the specified index. | |
| GetText | Get the PdfTextObject contained in the ClippingText collection at the specified index. | |
| Transform | ransform (scale, rotate, shear, move) all the paths and texts in this clipping path object. |