Click or drag to resize

PdfPage Methods

The PdfPage type exposes the following members.

Methods
 NameDescription
Public methodConvertToForm Converts the PdfPage to a PdfForm.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetCropBox(Double, Double) Sets the CropBox.
(Inherited from PdfPageObject)
Public methodSetCropBox(Double, Double, Double, Double) Sets the CropBox.
(Inherited from PdfPageObject)
Public methodSetMediaBox(Double, Double) Sets the MediaBox.
(Inherited from PdfPageObject)
Public methodSetMediaBox(Double, Double, Double, Double) Sets the MediaBox.
(Inherited from PdfPageObject)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also