Back to Devexpress

PdfViewerPreferences.ViewClip Property

officefileapi-devexpress-dot-pdf-dot-pdfviewerpreferences-c542ff2e.md

latest1.6 KB
Original Source

PdfViewerPreferences.ViewClip Property

Gets or sets the clipped portion of the document content that is displayed.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfViewArea ViewClip { get; set; }
vb
Public Property ViewClip As PdfViewArea

Property Value

TypeDescription
PdfViewArea

Indicates the clipped document area.

|

Available values:

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).

|

See Also

PdfViewerPreferences Class

PdfViewerPreferences Members

DevExpress.Pdf Namespace