java.lang.Objectcom.aspose.words.PdfPageMode
public class PdfPageMode
Field Summary | ||
---|---|---|
static final int | USE_NONE | |
Neither document outline nor thumbnail images are visible. | ||
static final int | USE_OUTLINES | |
Document outline is visible. Note that if there're no outlines in the PDF document then outline navigation pane will not be visible anyway. | ||
static final int | USE_THUMBS | |
Thumbnail images are visible. | ||
static final int | FULL_SCREEN | |
Full-screen mode, with no menu bar, window controls, or any other window visible. | ||
static final int | USE_OC | |
Optional content group panel is visible. |
Field Detail |
---|
USE_NONE = 0 | |
public static final int USE_NONE |
USE_OUTLINES = 1 | |
public static final int USE_OUTLINES |
USE_THUMBS = 2 | |
public static final int USE_THUMBS |
FULL_SCREEN = 3 | |
public static final int FULL_SCREEN |
USE_OC = 4 | |
public static final int USE_OC |