DisplayMode Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The mode that controls which pages the viewer will display.

Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public DocumentViewer..::..DisplayModes DisplayMode { get; set; }
Visual Basic
Public Property DisplayMode As DocumentViewer..::..DisplayModes
	Get
	Set
Visual C++
public:
property DocumentViewer..::..DisplayModes DisplayMode {
	DocumentViewer..::..DisplayModes get ();
	void set (DocumentViewer..::..DisplayModes value);
}

See Also