Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum ChangeToImageOptions Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ChangeToImageOptions |
C# | |
---|---|
[FlagsAttribute()] public enum ChangeToImageOptions : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class ChangeToImageOptions : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
ForceChange | If the image is not GDI+ compatible, this flag forces the conversion. |
None | Default |
NoPalette | Fail if the image has a palette. |
TopLeftAlways | Force the image to have RasterViewPerspective.TopLeft view perspective. |
For an example, refer to RasterImageConverter.ChangeToImage
The ChangeToImageOptions are used as an options for the RasterImageConverter.ChangeToImage method.
For more information refer to RasterImage and GDI/GDI+.
System.Object
System.ValueType
System.Enum
Leadtools.Drawing.ChangeToImageOptions
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)