public enum AnnTransparentMode
typedef NS_ENUM(NSInteger, LTAnnTransparentMode) {
LTAnnTransparentModeNone = 0,
LTAnnTransparentModeUseColor = 1,
LTAnnTransparentModeTopLeftPixel = 2,
};
public:
enum class AnnTransparentMode sealed
class AnnTransparentMode(Enum):
None = 0
UseColor = 1
TopLeftPixel = 2
Value | Member | Description |
---|---|---|
0 | None | The AnnPicture is not transparent. |
1 | UseColor | Use the transparent color of the AnnPicture. |
2 | TopLeftPixel | Use the top left pixel of the AnnPicture as the transparent color. |
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