Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum CodecsLoadImageFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsLoadImageFlags |
C# | |
---|---|
[FlagsAttribute()] public enum CodecsLoadImageFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class CodecsLoadImageFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Compressed | The data in the buffer is 1-bit compressed data, which you can handle as explained in Speeding Up 1-Bit Documents. |
FirstPass | This is the first pass through a progressive JPEG or CMP file. |
FirstRow | The first row of the buffer is the first row of the image. |
LastPass | This is the last pass through a progressive JPEG or CMP file. |
LastRow | The last row of the buffer is the last row of the image. |
None | Default. |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsLoadImageFlags
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)