Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

PdfDocumentPageModeType Enumeration

Show in webframe
Specifies the PDF initial view document page mode type.
Syntax
Leadtools.Documents.Writers.PdfDocumentPageModeType = function() { };
Leadtools.Documents.Writers.PdfDocumentPageModeType.prototype = {
	pageOnly = 0,
	bookmarksAndPage = 1,
	thumbnailAndPage = 2,
	fullScreen = 3,
	layerAndPage = 4,
	attachmentsAndPage = 5,
	
 };
Members
ValueMemberDescription
0pageOnly Neither document outline nor thumbnail images visible.
1bookmarksAndPage Document bookmarks visible.
2thumbnailAndPage Thumbnail images visible.
3fullScreen Full-screen mode, with no menu bar, window controls, or any other window visible.
4layerAndPage Layer panel visible.
5attachmentsAndPage Attachments panel visible.
Remarks

Use this option to set/retrieve the PageModeType in PdfDocumentOptions.

See Also

Reference

Leadtools.Documents.Writers Namespace

Error processing SSI file