PDF Viewer Control for ASP.NET Documentation

DocumentDisplayMode Enumeration

PDF Viewer Control for ASP.NET
The display mode of the PDF document in the viewer.

Namespace:  PdfViewer4AspNet
Assembly:  PdfViewerAspNet (in PdfViewerAspNet.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public enum DocumentDisplayMode
Members

  Member nameValueDescription
NotSet0 Use default document display mode.
None1 Displays the document, but does not display bookmarks or thumbnails (default)
Bookmarks2 Displays the document and bookmarks.
Thumbs3 Displays the document and thumbnails.
See Also

Reference