Click or drag to resize

PdfPage Class

Object representing a single page in a document.
Inheritance Hierarchy
SystemObject
  RadPdf.Data.Document.PagesPdfPage

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public sealed class PdfPage

The PdfPage type exposes the following members.

Properties
  NameDescription
Public propertyCropBox
Gets a value representing the visible crop box of this PdfPage.
Public propertyCropBoxOriginal
Gets a value representing the originally visible crop box of this PdfPage.
Public propertyDeskewAngle
Gets or sets a value representing the angle which this page has been deskewed / straightened (in degrees).
Public propertyDocument
Document with which this page is associated
Public propertyDpi
Gets a value representing the PdfDocument's resolution.
Public propertyHeight
Gets a value representing the height of this page as displayed (in pixels).
Public propertyIsDeleted
Gets a value indicating whether this document page was deleted.
Public propertyObjects
Gets a collection of objects which are on this page.
Public propertyPageLabel
Gets a value representing the page label of this document page.
Public propertyPageNumber
Gets a value representing the page number of this document page.
Public propertyRotation
Gets or sets a value representing the clockwise rotation of this page (in degrees).
Public propertyWidth
Gets a value representing the width of this page as displayed (in pixels).
Top
Methods
  NameDescription
Public methodCreateObject
Creates a new object on this page.
Public methodCropPage
Crops this page in the currently loaded document
Public methodDeletePage
Deletes this page from the currently loaded document.
Public methodDeskewPage
Deskews this PdfPage (relative to its current DeskewAngle).
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImportObject(String)
Import an object to this page
Public methodImportObject(String, PdfObjectImportSettings)
Import an object to this page
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMovePage
Moves this PdfPage to a different location in this PdfDocument.
Public methodRotatePage
Rotates this PdfPage (relative to its current Rotation).
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also