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

PageLayoutType Property

Show in webframe
Initial view page layout type when creating a PDF document.
Syntax
get_pageLayoutType();
set_pageLayoutType(value);
Object.defineProperty('pageLayoutType');

Property Value

TypeDescription
PdfDocumentPageLayoutTypeOne of the PdfDocumentPageLayoutType enumeration members that indicate the initial view layout of page mode to use when creating a PDF document. The default value is PdfDocumentPageLayoutType.SinglePageDisplay.
Example
For an example, refer to PdfDocumentOptions.
See Also

Reference

PdfDocumentOptions Object
PdfDocumentOptions Members

Error processing SSI file