PdfDocumentViewerPreferences Property |
(Optional; PDF 1.2) A viewer preferences dictionary (see
12.2, "Viewer Preferences") specifying the way the document shall be displayed on the screen.
If this entry is absent, conforming readers shall use their own current user preference settings.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntaxpublic PdfViewerPreferences ViewerPreferences { get; }
Public ReadOnly Property ViewerPreferences As PdfViewerPreferences
Get
Property Value
PdfViewerPreferences
A viewer preferences dictionary specifying the way the document shall be displayed on the screen.
See Also