| Visual Basic (Declaration) | |
|---|---|
<SerializableAttribute()> Public Enum AnnPictureTransparentMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnPictureTransparentMode | |
| C# | |
|---|---|
[SerializableAttribute()] public enum AnnPictureTransparentMode : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[SerializableAttribute()] public enum class AnnPictureTransparentMode : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| None | The AnnPicture is not transparent. |
| TopLeftPixel | Use the top left pixel of the AnnPicture.Image property of the AnnPicture as the transparent color. |
| UseColor | Use the AnnPicture.TransparentColor property of the AnnPicture. |
For an example, refer to AnnPicture.
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.AnnPictureTransparentMode
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code