Back to Devexpress

PdfViewArea Enum

officefileapi-devexpress-dot-pdf-f31ab8ad.md

latest1.7 KB
Original Source

PdfViewArea Enum

Lists values that specify the document area.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
[PdfDefaultField(PdfViewArea.CropBox)]
public enum PdfViewArea
vb
<PdfDefaultField(PdfViewArea.CropBox)>
Public Enum PdfViewArea

Members

NameDescription
MediaBox

The media box (the boundaries of the physical medium).

| | CropBox |

The crop box (defines the region to which the contents of the page are clipped).

| | BleedBox |

The bleed box (includes extra bleed area that is required to accommodate the physical limitations of specific cutting, folding and trimming equipment).

| | TrimBox |

The trim box (the intended dimensions of the finished page).

| | ArtBox |

The art box (defines the boundaries of the meaningful content on a page as intended by the page creator).

|

The following properties accept/return PdfViewArea values:

See Also

DevExpress.Pdf Namespace