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

DefaultPageSize Property

Show in webframe
Default page size of this document.
Syntax
get_defaultPageSize();
Object.defineProperty('defaultPageSize');

Property Value

TypeDescription
LeadSizeDThe default page size of this document. Default value depends on how this document was created. This value cannot be Empty.
Remarks

The initial values of DefaultPageSize and DefaultResolution are updating based on the original document. The internal parsing code will usually use the size and resolution of the first page found in the document.

See Also

Reference

DocumentPages Object
DocumentPages Members

Error processing SSI file