Skip to main content
All docs
V26.1
  • Page Members

    A page in a PDF document.

    Constructors

    Name Description
    Page() Initializes a new instance of the Page class.
    Page(DXPaperKind) Initializes a new instance of the Page class with specified settings.
    Page(Single, Single) Initializes a new instance of the Page class with specified settings.

    Properties

    Name Description
    Annotations Gets the collection of annotation dictionaries that contain indirect references to all annotations associated with the page.
    ArtBox Gets or sets the page’s art box - the rectangle that defines the extent of the page’s meaningful content as intended by the page’s creator.
    BleedBox Gets or sets the page’s bleed box - the area to which the page’s contents should be clipped when printed in a production environment.
    CropBox Gets or sets the page’s crop box - the area to which the page contents are clipped (cropped) when displayed or printed.
    Fragments Obtains a collection of fragments contained in the page.
    Height Obtains the height of the page.
    MediaBox Gets or sets the page’s media box - the rectangle that defines the boundaries of the physical medium on which the page is to be displayed or printed.
    Rotation Gets or sets the page rotation angle.
    TrimBox Gets or sets the page’s trim box - the area that defines the intended dimensions of the finished page after trimming.
    Width Obtains the width of the page.

    Methods

    Name Description
    AddFragment(PageFragment) Adds a fragment to the page.
    AddImageFragment(DXImage, Single, Single) Adds an image fragment to the page.
    AddTextFragment(String, Single, Single) Adds an unformatted text fragment to the page.
    Clone() Creates a copy of the page.
    Clone(DocumentCloneContext) Creates a copy of the page.
    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.
    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 page content by the specified horizontal and vertical distances.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    Resize(RectangleF, PageContentHorizontalAlignment, PageContentVerticalAlignment) Resizes the page content to fit the specified media box and aligns it according to the specified horizontal and vertical alignment settings.
    RotateContent(Double, Double, Double) Rotates page content by the set angle around the specified point.
    ScaleContent(Double, Double) Scales the content of a page by specified horizontal and vertical scaling factors.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also