Click or drag to resize

PdfViewerPreferencesViewClip Property

(Optional; PDF 1.4) The name of the page boundary to which the contents of a page shall be clipped when viewing the document on the screen. 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.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfPageBoundaryType ViewClip { get; set; }

Property Value

PdfPageBoundaryType
The name of the page boundary to which the contents of a page shall be clipped when viewing the document on the screen.
See Also