Click or drag to resize

PdfPageObject Methods

The PdfPageObject type exposes the following members.

Methods
 NameDescription
Public methodAppendToClipPath Add a path to the clipping paths of this page object
Public methodClone Create a new page object based on this page object.
Public methodCopy Copy page object information from one to another
Obsolete
Public methodCopyClipPath Copy clipping paths from one page object to another
Public methodStatic memberCreate Identifies the type of the specified object and creates an instance of this type.
Protected methodStatic memberCreateObject Create new page object specified by type
Public methodDispose Releases all resources used by this PdfPageObject
Protected methodDispose(Boolean) Releases all resources used by this PdfPageObject.
Public methodGetFillColor Get the color space andfill color / pattern of this page object.
Public methodGetOpacity Gets the opacity level of the page object.
Public methodGetStrokeColor Get the color space and stroke color / pattern of this page object.
Public methodMove Move the page object to the specified point.
Public methodRemoveClipPath Remove all clipping paths/texts from the page object.
Public methodRotate(Single, Boolean) Rotate counterclockwise the specified number of radians around the center of the page object.
Public methodRotate(Single, Single, Single, Boolean) Rotate counterclockwise the specified number of radians around the specified point.
Public methodScale(Single, Single, Boolean) Scale the page object by the specified scaling factors around the center of the page object.
Public methodScale(Single, Single, Single, Single, Boolean) Scale the page object by the specified scaling factors around the specified point.
Public methodSetFillColor(PdfColorSpace, Single) Set the color space and fill color of this page object.
Public methodSetFillColor(PdfPattern, PdfColorSpace, Single) Set the pattern as a fill color of this page object.
Public methodSetOpacity Sets the opacity level of the page object.
Public methodSetStrokeColor(PdfColorSpace, Single) Set the color space and stroke color of the page object.
Public methodSetStrokeColor(PdfPattern, PdfColorSpace, Single) Set the pattern as a stroke color of this page object.
Public methodShear(Single, Single, Boolean) Shear the page object by the specified shear factors around the center of the page object.
Public methodShear(Single, Single, Single, Single, Boolean) Shear the page object by the specified shear factors around the specified point.
Public methodTransform(FS_MATRIX) Transform (scale, rotate, shear, move) page object.
Public methodTransform(Single, Single, Single, Single, Single, Single) Transform (scale, rotate, shear, move) page object.
Public methodTransformClipPath Transform (scale, rotate, shear, move) the clip path of an object.
Public methodTranslate Move the page object by the specified distance.
Top
See Also