Click or drag to resize
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: PdfViewer4AspNet
Assembly: PdfViewerAspNet (in PdfViewerAspNet.dll) Version: 4.2
Syntax
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public PdfViewerPreferences PdfViewerPreferences { get; }

Property Value

Type: PdfViewerPreferences
See Also