Click or drag to resize

PdfClipPath Methods

The PdfClipPath type exposes the following members.

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