←Select platform

AnnSizeMode Enumeration

Summary
Specifies how to render a picture inside the destination bounding rectangle.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AnnSizeMode  
typedef NS_ENUM (NSInteger, LTAnnSizeMode) { 
 LTAnnSizeModeActualSize = 0,  
 LTAnnSizeModeStretch = 1,  
}; 
public enum AnnSizeMode 
public: 
   enum class AnnSizeMode sealed 
class AnnSizeMode(Enum): 
   ActualSize = 0 
   Stretch = 1 
Members
ValueMemberDescription
0ActualSize Render the picture using its original size.
1Stretch Stretch the picture to fill the destination bounding rectangle.
Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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