DocumentViewSizeMode Enumeration

Summary

View size mode options.

Syntax
TypeScript
JavaScript
lt.Document.DocumentViewSizeMode = { 
   actualSize: 0, 
   fitWidth: 1, 
   fitPage: 2 
} 
lt.Document.DocumentViewSizeMode = { 
   actualSize: 0, 
   fitWidth: 1, 
   fitPage: 2 
} 
Members
ValueMemberDescription
actualSize0Shows the actual size of the page in the view.
fitWidth1Fits the page width in the view.
fitPage2Fits the page in the view.
Remarks

Refer to DocumentViewOptions for more information.

Requirements

Target Platforms

See Also

Reference

lt.Document Namespace

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

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.