Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
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 NS_OPTIONS(NSUInteger, LTCodecsLoadImageFlags)
public enum CodecsLoadImageFlags
Leadtools.Codecs.CodecsLoadImageFlags = function() { }; Leadtools.Codecs.CodecsLoadImageFlags.prototype = {<br/> None = 0x00000000, FirstPass = 0x00000001, LastPass = 0x00000002, FirstRow = 0x00000004, LastRow = 0x00000008, Compressed = 0x00000010, };
[FlagsAttribute()] public enum class CodecsLoadImageFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | Default. |
0x00000001 | FirstPass | This is the first pass through a progressive JPEG or CMP file. |
0x00000002 | LastPass | This is the last pass through a progressive JPEG or CMP file. |
0x00000004 | FirstRow | The first row of the buffer is the first row of the image. |
0x00000008 | LastRow | The last row of the buffer is the last row of the image. |
0x00000010 | 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