Click or drag to resize

PdfClipPath Class

Represents the clip path inside a page.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfClipPath

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class PdfClipPath

The PdfClipPath type exposes the following members.

Constructors
 NameDescription
Public methodPdfClipPath Create a new empty clipping path.
Public methodPdfClipPath(IntPtr) Create new instance of PdfClipPath class from the handle.
Public methodPdfClipPath(Single, Single, Single, Single) Create a new clipping path with a rectangle inserted.
Top
Properties
 NameDescription
Public propertyBoundingBox Gets the bounding box for all paths and texts in this clipping path object.
Public propertyClippingPaths Gets the enumerable collection of all clipping paths.
Public propertyClippingText Gets the enumerable collection of all page text objects.
Public propertyHandle Gets the Pdfium SDK handle that the clip path is bound to
Public propertyPathCount Gets the number of paths in the ClippingPaths collection.
Public propertyTextCount Gets the number of page text objects in the ClippingText collection.
Top
Methods
 NameDescription
Public methodAppendPath Append the specified path to the ClippingPaths collection.
Public methodAppendText(PdfTextObject) Append the specified text object to the ClippingText collection.
Public methodAppendText(PdfTextObject) Append the specified texts object to the ClippingText collection.
Public methodDeletePath Delete the path contained in the ClippingPaths collection at the specified index.
Public methodDeleteText Delete the text object contained in the ClippingText collection at the specified index.
Protected methodFinalize Releases all resources used by the PdfImageObject.
(Overrides ObjectFinalize)
Public methodGetFillMode Get the fill type of the path contained in the ClippingPaths collection at the specified index.
Public methodGetPath Get the path contained in the ClippingPaths collection at the specified index.
Public methodGetText Get the PdfTextObject contained in the ClippingText collection at the specified index.
Public methodTransform ransform (scale, rotate, shear, move) all the paths and texts in this clipping path object.
Top
See Also