←Select platform

DocumentViewSizeMode Enumeration

Summary

View size modes.

Syntax
C#
C++/CLI
Python
public enum DocumentViewSizeMode 
public: 
   enum class DocumentViewSizeMode sealed 
class DocumentViewSizeMode(Enum): 
   ActualSize = 0 
   FitWidth = 1 
   FitPage = 2 
Members
ValueMemberDescription
0ActualSizeShow the actual size of the page in the view
1FitWidthFit to the page width in the view
2FitPageFit the page in the view
Remarks

Refer to DocumentViewOptions for more information.

Requirements

Target Platforms

See Also

Reference

Leadtools.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.