PdfViewerPdfViewerPreferences Property |
Gets a reference to the object controlling the PDF document viewer preferences. The properties of this
object allows you hide toolbars and menus, hide all navigation panels, change the page mode and the page layout.
The PDF document viewer preferences are modified before the document is displayed by the viewer. The modified
viewer preferences are taking effect after the document is reloaded in the viewer control.
Namespace: PdfViewer4AspNetAssembly: PdfViewerAspNet (in PdfViewerAspNet.dll) Version: 4.2
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public PdfViewerPreferences PdfViewerPreferences { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property PdfViewerPreferences As PdfViewerPreferences
Get
Property Value
Type:
PdfViewerPreferences
See Also