Skip to main content

PdfViewerPreferences.PrintClip Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfViewArea PrintClip { get; set; }

Property Value

Type Description
PdfViewArea

Indicates the clipped area.

Available values:

Name Description
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