LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsLoadImageFlags Enumeration
See Also  
Leadtools.Codecs Namespace : CodecsLoadImageFlags Enumeration



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

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum CodecsLoadImageFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As CodecsLoadImageFlags
C# 
[FlagsAttribute()]
public enum CodecsLoadImageFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class CodecsLoadImageFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CompressedThe data in the buffer is 1-bit compressed data, which you can handle as explained in Speeding Up 1-Bit Documents.
FirstPassThis is the first pass through a progressive JPEG or CMP file.
FirstRowThe first row of the buffer is the first row of the image.
LastPassThis is the last pass through a progressive JPEG or CMP file.
LastRowThe last row of the buffer is the last row of the image.
NoneDefault.

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also