[FlagsAttribute()] public enum ChangeToImageOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum ChangeToImageOptions Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ChangeToImageOptions
[FlagsAttribute()] public enum ChangeToImageOptions : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Drawing.ChangeToImageOptions = function() { }; Leadtools.Drawing.ChangeToImageOptions.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class ChangeToImageOptions : public System.Enum, System.IComparable, System.IConvertible, System.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. |
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2