defaultPageSize Property

Summary

Default page size of this document.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentPages.prototype, 'defaultPageSize', 
   get: function(), 
   set: function(value) 
) 
defaultPageSize: LeadSizeD; 

Property Value

The 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 updated based on the original document. The internal parsing code will usually use the size and resolution of the first page found in the document.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly