PDF Viewer Control for ASP.NET Documentation

PdfViewerPdfViewerPreferences Property

PDF Viewer Control for ASP.NET
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: 10.0.0.0 (10.0.0.0)
Syntax

[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public PdfViewerPreferences PdfViewerPreferences { get; }

Property Value

Type: PdfViewerPreferences
See Also

Reference