PDF Viewer Control for .NET Windows Forms Documentation

PdfViewerPdfViewerPreferences Property

PDF Viewer Control for .NET Windows Forms
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:  PdfViewer4WinNet
Assembly:  PdfViewerWinNet (in PdfViewerWinNet.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public PdfViewerPreferences PdfViewerPreferences { get; }

Property Value

Type: PdfViewerPreferences
See Also

Reference