Leadtools.Documents.Writers Namespace : PdfDocumentPageModeType Enumeration |
Leadtools.Documents.Writers.PdfDocumentPageModeType = function() { };
Leadtools.Documents.Writers.PdfDocumentPageModeType.prototype = {
pageOnly = 0,
bookmarksAndPage = 1,
thumbnailAndPage = 2,
fullScreen = 3,
layerAndPage = 4,
attachmentsAndPage = 5,
};
Value | Member | Description |
---|---|---|
0 | pageOnly | Neither document outline nor thumbnail images visible. |
1 | bookmarksAndPage | Document bookmarks visible. |
2 | thumbnailAndPage | Thumbnail images visible. |
3 | fullScreen | Full-screen mode, with no menu bar, window controls, or any other window visible. |
4 | layerAndPage | Layer panel visible. |
5 | attachmentsAndPage | Attachments panel visible. |
Use this option to set/retrieve the PageModeType in PdfDocumentOptions.