C#
VB
C++
Specifies how to treat the transparent color of an AnnPicture
[SerializableAttribute()]
public enum AnnPictureTransparentMode
<SerializableAttribute()>
Public Enum AnnPictureTransparentMode
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[SerializableAttribute()]
public enum class AnnPictureTransparentMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | None | The AnnPicture is not transparent. |
1 | UseColor | Use the AnnPicture.TransparentColor property of the AnnPicture. |
2 | TopLeftPixel | Use the top left pixel of the AnnPicture.Image property of the AnnPicture as the transparent color. |
For an example, refer to AnnPicture.
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