C#
VB
Java
Objective-C
WinRT C#
C++
Specifies how to render a picture inside the destination bounding rectangle.
public enum AnnSizeMode
Public Enum AnnSizeMode
public enum AnnSizeMode
typedef enum LTAnnSizeMode
public enum AnnSizeMode
Leadtools.Annotations.Core.AnnSizeMode = function() { };
Leadtools.Annotations.Core.AnnSizeMode.prototype = {
ActualSize = 0x00000000,
Stretch = 0x00000001,
};
public:
enum class AnnSizeMode sealed
Members
Value | Member | Description |
---|---|---|
0 | ActualSize | Render the picture using its original size. |
1 | Stretch | Stretch the picture to fill the destination bounding rectangle. |
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