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
Value | Member | Description |
---|---|---|
0 | ActualSize | Render the picture using its original size. |
1 | Stretch | Stretch the picture to fill the destination bounding rectangle. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document