public interface PdfPageMode
Modifier and Type | Field and Description |
---|---|
static int |
FULLSCREEN
Constant to display document in fullscreen mode.
|
static int |
USEATTACHMENTS
Constant to display Attachments panel.
|
static int |
USENONE
Constant to prevent display of document outline and thumbnail images.
|
static int |
USEOC
Constant to display option content group panel.
|
static int |
USEOUTLINES
Constant to display document outline.
|
static int |
USETHUMBS
Constant to display thumnail images.
|
static final int USENONE
static final int USEOUTLINES
static final int USETHUMBS
static final int FULLSCREEN
static final int USEOC
static final int USEATTACHMENTS