PdfGeneratedDocumentViewerPreferences Property |
Gets or sets the viewer preferences for this PDF document. PdfViewerPreferences control coarse levels
of document and page level user interaction such as the reading order of the document and print
characteristics.
Namespace:
Atalasoft.PdfDoc.Generating
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PdfViewerPreferences ViewerPreferences { get; set; }
Public Property ViewerPreferences As PdfViewerPreferences
Get
Set
Property Value
Type:
PdfViewerPreferences
The viewer preferences.
See Also