Is this page helpful?

In this page

DOCWRTPAGEMODETYPE

Summary

The DOCWRTPAGEMODETYPE enumeration specifies the page mode type which is specifying how the document should be displayed when it is opened.

Syntax

Copied to clipboard
typedef enum _DOCWRTPAGEMODETYPE 
{ 
   DOCWRTPAGEMODETYPE_PAGEONLY = 0, 
   DOCWRTPAGEMODETYPE_BOOKMARKSANDPAGE, 
   DOCWRTPAGEMODETYPE_THUMBNAILANDPAGE, 
   DOCWRTPAGEMODETYPE_FULLSCREEN, 
   DOCWRTPAGEMODETYPE_LAYERANDPAGE, 
   DOCWRTPAGEMODETYPE_ATTACHMENTSANDPAGE, 
} DOCWRTPAGEMODETYPE, *pDOCWRTPAGEMODETYPE; 

Members

DOCWRTPAGEMODETYPE_PAGEONLY

Neither document outline nor thumbnail images visible. This is the default mode.

DOCWRTPAGEMODETYPE_BOOKMARKSANDPAGE

Document bookmarks visible.

DOCWRTPAGEMODETYPE_THUMBNAILANDPAGE

Thumbnail images visible.

DOCWRTPAGEMODETYPE_FULLSCREEN

Full-screen mode, with no menu bar, window controls, or any other window visible.

DOCWRTPAGEMODETYPE_LAYERANDPAGE

Layer panel visible.

DOCWRTPAGEMODETYPE_ATTACHMENTSANDPAGE

Attachments panel visible.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.