Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ChangeToGdiPlusImageFlags Enumeration
See Also  
Leadtools Namespace : ChangeToGdiPlusImageFlags Enumeration



Indicates options for converting to a GDI+ Image.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum ChangeToGdiPlusImageFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ChangeToGdiPlusImageFlags
C# 
[FlagsAttribute()]
public enum ChangeToGdiPlusImageFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class ChangeToGdiPlusImageFlags : public Enum 

Members

MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ChangeToGdiPlusImageFlags

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also