Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfPage Members

An individual page in a document.

Properties

Name Description
Actions Provides access to a dictionary of additional actions to be performed when the page is opened or closed.
Annotations Provides access to the collection of annotation dictionaries that contain indirect references to all annotations associated with the page.
AnnotationTabOrder Indicates the tab order that shall be used for annotations on the page.
ArtBox Specifies the art box defining the boundaries of the meaningful content (including potential white space) on a page as intended by the page’s creator.
ArticleBeads Provides access to the collection of indirect references to all article beads appearing on the page.
BleedBox Specifies the bleed box defining the region to which the contents of the page shall be clipped when output in a production environment.
Commands Gets the PDF page commands.
CropBox Specifies the crop box imposing the page boundaries displayed in a PDF Viewer. Inherited from PdfPageTreeObject.
DisplayDuration Indicates the display duration of a page (also called its advance timing): the maximum length of time, in seconds, that the page shall be displayed during presentations before the viewer application shall automatically advance to the next page.
ID Indicates the digital identifier of the page’s parent Web Capture content set.
LastModified Specifies the date and time when the page’s contents were most recently modified.
MediaBox Specifies the media box defining the boundaries of the physical medium on which the page is to be printed. Inherited from PdfPageTreeObject.
Metadata Provides access to a metadata stream that contains metadata for the page.
PieceInfo Provides access to a page-piece dictionary associated with the page.
PreferredZoomFactor Specifies the page’s preferred zoom factor, i.e. the factor by which it shall be scaled to achieve the natural display magnification.
Rotate Rotates the document page at the specified angle. Inherited from PdfPageTreeObject.
StructParents Indicates the key of the page’s entry in the structural parent tree.
ThumbnailImage Provides access to a stream object that defines the page’s thumbnail image.
Trans Provides access to a transition dictionary describing the transition effect that shall be used when displaying the page during presentations.
TransparencyGroup Specifies the group attributes dictionary that specifies the attributes of the page’s page group for use in the transparent imaging model.
TrimBox Specifies the trim box defining the intended dimensions of the finished page after trimming.
UserUnit Indicates the size of default user space units, in multiples of 172 inch.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetPageIndex() Returns the page index.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OffsetContent(Double, Double) Offsets the page content.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Resize(PdfRectangle, PdfContentHorizontalAlignment, PdfContentVerticalAlignment) Resizes the page content.
RotateContent(Double, Double, Double) Rotates the page content relative to the specified point. Document annotations are not rotated.
ScaleContent(Double, Double) Scales the page content.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also