Gets the interface for the viewer preferences of this document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfViewerPreferences ViewerPreferences { get; }
VB
Public ReadOnly Property ViewerPreferences As PdfViewerPreferences
Get
Property Value
Type:
PdfViewerPreferencesThe interface for the viewer preferences of this
document.
Remarks
The viewer preferences specify the way the document
is to be displayed on the screen by a PDF viewer application.
See Also