PdfViewerPreferences.PrintArea Property
In This Article
Gets or sets the document’s print area.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfViewArea PrintArea { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
Indicates the print area. |
Available values:
Name | Description |
---|---|
Media |
The media box (the boundaries of the physical medium). |
Crop |
The crop box (defines the region to which the contents of the page are clipped). |
Bleed |
The bleed box (includes extra bleed area that is required to accommodate the physical limitations of specific cutting, folding and trimming equipment). |
Trim |
The trim box (the intended dimensions of the finished page). |
Art |
The art box (defines the boundaries of the meaningful content on a page as intended by the page creator). |
See Also