Back to Devexpress

PdfPageTreeObject Class

officefileapi-devexpress-dot-pdf-b6b6f907.md

latest1.8 KB
Original Source

PdfPageTreeObject Class

Provides settings that define page boundaries for specific content types.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public abstract class PdfPageTreeObject :
    PdfObject
vb
Public MustInherit Class PdfPageTreeObject
    Inherits PdfObject

Remarks

A PDF page content can be published using one of the following mediums.

  • Finished medium (e.g., a sheet of paper).
  • Intermediate medium (e.g., film or an imposed reproduction plate).

To support these publishing mediums, a PDF page may define the following additional boundaries.

  • The page boundaries displayed in a PDF Viewer are defined by the PdfPageTreeObject.CropBox.
  • The crop, bleed, trim, and art boxes should not extend beyond the boundaries of the PdfPageTreeObject.MediaBox. Otherwise, they are effectively reduced to their intersection with the media box.

Inheritance

Object DevExpress.Pdf.Native.PdfDocumentItem DevExpress.Pdf.Native.PdfObject PdfPageTreeObject PdfPage

See Also

PdfPageTreeObject Members

ArtBox

BleedBox

TrimBox

DevExpress.Pdf Namespace