←Select platform

AnnResizeContainerFlags Enumeration

Summary

Flags for the AnnContainer.Resize method.

Syntax

C#
VB
Java
WinRT C#
C++
[FlagsAttribute()] 
public enum AnnResizeContainerFlags 
Public Enum AnnResizeContainerFlags  
    
public enum AnnResizeContainerFlags  
public enum AnnResizeContainerFlags 
Leadtools.Annotations.Core.AnnResizeContainerFlags = function() { }; 
Leadtools.Annotations.Core.AnnResizeContainerFlags.prototype = { 
 
  None = 0x00000000, 
    ResizeObjects = 0x00000001, 
    AutoCalibrate = 0x00000002, 
     
 }; 
public: 
   [FlagsAttribute] 
   enum class AnnResizeContainerFlags sealed 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly