Leadtools.Codecs Namespace : CodecsLoadImageFlags Enumeration |
[FlagsAttribute()] public enum CodecsLoadImageFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum CodecsLoadImageFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CodecsLoadImageFlags
[FlagsAttribute()] public enum CodecsLoadImageFlags : System.IComparable, System.IConvertible, System.IFormattable
typedef unsigned int LTCodecsLoadImageFlags;
public enum CodecsLoadImageFlags
Leadtools.Codecs.CodecsLoadImageFlags = function() { }; Leadtools.Codecs.CodecsLoadImageFlags.prototype = {
None = 0, FirstPass = 1, LastPass = 2, FirstRow = 4, LastRow = 8, Compressed = 16, };
[FlagsAttribute()] public enum class CodecsLoadImageFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | None | Default. |
1 | FirstPass | This is the first pass through a progressive JPEG or CMP file. |
2 | LastPass | This is the last pass through a progressive JPEG or CMP file. |
4 | FirstRow | The first row of the buffer is the first row of the image. |
8 | LastRow | The last row of the buffer is the last row of the image. |
16 | Compressed | The data in the buffer is 1-bit compressed data, which you can handle as explained in Speeding Up 1-Bit Documents. |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsLoadImageFlags