C#
VB
Java
WinRT C#
C++
Flags for the AnnContainer.Resize method.
[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
Value | Member | Description |
---|---|---|
0x00000000 | None | Resize only the container. The annotations objects will not be affected. |
0x00000001 | ResizeObjects | Resize the container and the objects inside. |
0x00000002 | AutoCalibrate | If used along with ResizeObject, then any rulers inside the container will be auto-calibrated using the new size. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET