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

PdfDocumentPageLayoutType Enumeration

Show in webframe
Specifies the page layout option.
Syntax
Leadtools.Documents.Writers.PdfDocumentPageLayoutType = function() { };
Leadtools.Documents.Writers.PdfDocumentPageLayoutType.prototype = {
	singlePageDisplay = 0,
	oneColumnDisplay = 1,
	twoColumnLeftDisplay = 2,
	twoColumnRightDisplay = 3,
	twoPageLeft = 4,
	twoPageRight = 5,
	
 };
Members
ValueMemberDescription
0singlePageDisplay Display one page at a time.
1oneColumnDisplay Display the pages in one column.
2twoColumnLeftDisplay Display the pages in two columns, with odd-numbered pages on the left.
3twoColumnRightDisplay Display the pages in two columns, with odd-numbered pages on the right.
4twoPageLeft Display the pages two at a time, with odd-numbered pages on the left.
5twoPageRight Display the pages two at a time, with odd-numbered pages on the right.
Remarks

Use this option to set/retrieve the page layout type in PdfDocumentOptions.

See Also

Reference

Leadtools.Documents.Writers Namespace

Error processing SSI file