←Select platform

AnnResizeContainerFlags Enumeration

Summary
Flags for the AnnContainer.Resize method.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum AnnResizeContainerFlags 
typedef NS_ENUM(NSInteger, LTAnnResizeContainerFlags) { 
 LTAnnResizeContainerFlagsNone = 0, // Resize Container Only 
 LTAnnResizeContainerFlagsResizeObjects = 1, //Resize container and scale objects 
 LTAnnResizeContainerFlagsAutoCalibrate = 2, // calibrate rulers by setting the calibration in mapper 
}; 
public enum AnnResizeContainerFlags 
public: 
   [FlagsAttribute] 
   enum class AnnResizeContainerFlags sealed 
class AnnResizeContainerFlags(Enum): 
   None = 0 
   ResizeObjects = 1 
   AutoCalibrate = 2 
Members
ValueMemberDescription
0x00000000None Resize only the container. The annotations objects will not be affected.
0x00000001ResizeObjects Resize the container and the objects inside.
0x00000002AutoCalibrate If used along with ResizeObject, then any rulers inside the container will be auto-calibrated using the new size.
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.