Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum ChangeToGdiPlusImageFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum ChangeToGdiPlusImageFlags : Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class ChangeToGdiPlusImageFlags : public Enum |
Member | Description |
---|---|
None | Default |
ForceChange | If the image is not GDI+ compatible, this flag forces the conversion. |
NoPalette | Fail if the image has a palette. |
TopLeftAlways | Force the image to have RasterViewPerspective.TopLeft view perspective. |
System.Object
System.ValueType
System.Enum
Leadtools.ChangeToGdiPlusImageFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family