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
Leadtools.Codecs.CodecsLoadImageFlags = function() { }; Leadtools.Codecs.CodecsLoadImageFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class CodecsLoadImageFlags : public System.Enum, System.IComparable, System.IConvertible, System.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: 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