ModeType
IPDFDocument4 :: Types used in IPDFDocument4

See Also
Collapse All

This type specifies how to display the document in the viewer.

Syntax

enum ModeType

Remarks

PDF Creator Pilot supports the following page modes:

Name

What Is Visible

Value

mtUseNone Neither the document outline nor thumbnail images

0

mtUseOutlines The document outline

1

mtUseThumbnails Thumbnail images

2

mtFullScreen Full-screen mode: no menu bar, window controls, or any other window

3

mtUseOptionalContent Optional content group panel visible (PDF 1.5)

4

mtUseAttachments Attachments panel visible (PDF 1.6)

5

See Also

Reference