[This is preliminary documentation and is subject to change.]

The page mode of the document in the PDF viewer.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

Syntax

C#
public enum PageMode
Visual Basic
Public Enumeration PageMode

Members

Member nameValueDescription
None0 Display none.
Outlines1 Display outlines (also known as bookmarks).
Thumbnails2 Display thumbnails.
FullScreen3 Display document fullscreen.

See Also