LEADTOOLS Image File Support (Leadtools.Codecs assembly)

CodecsLoadImageFlags Enumeration

Show in webframe







Describes whether this is the first or last call of the event, and whether the buffer contains first or last row of image data.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum CodecsLoadImageFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CodecsLoadImageFlags
[FlagsAttribute()]
public enum CodecsLoadImageFlags : System.IComparableSystem.IConvertibleSystem.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.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0NoneDefault.
1FirstPassThis is the first pass through a progressive JPEG or CMP file.
2LastPassThis is the last pass through a progressive JPEG or CMP file.
4FirstRowThe first row of the buffer is the first row of the image.
8LastRowThe last row of the buffer is the last row of the image.
16CompressedThe data in the buffer is 1-bit compressed data, which you can handle as explained in Speeding Up 1-Bit Documents.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsLoadImageFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.