ViewerPageMode Enumeration
            A name object specifying how the document should be displayed when opened.
            
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 19.0.0
public enum ViewerPageMode
Public Enumeration ViewerPageMode
 | UseNone | 0 | 
            Neither document outline nor thumbnail images visible.
             | 
| UseOutlines | 1 | 
            Document outline (bookmarks) visible.
             | 
| UseThumbs | 2 | 
            Thumbnail images visible.
             | 
| FullScreen | 3 | 
            Full-screen mode, with no menu bar, window
            controls, or any other window visible.
             | 
| UseOC | 4 | 
            Optional content group panel visible.
             | 
| UseAttachments | 5 | 
            Document attachments visible.
             |