PdfViewerPreferencesPrintArea Property |
(Optional; PDF 1.4) The name of the page boundary representing the area of a page that shall be rendered when printing the document.
The value is the key designating the relevant page boundary in the page object (see 7.7.3, "Page Tree" and 14.11.2, "Page Boundaries").
Default value: CropBox.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.10.30
Syntax public PdfPageBoundaryType PrintArea { get; set; }
Public Property PrintArea As PdfPageBoundaryType
Get
Set
Property Value
PdfPageBoundaryType
The name of the page boundary representing the area of a page that shall be rendered when printing the document.
See Also