LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

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. .NET support WinRT support Silverlight support
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  
Leadtools.Codecs.CodecsLoadImageFlags = function() { };
Leadtools.Codecs.CodecsLoadImageFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class CodecsLoadImageFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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: 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

See Also

Reference

Leadtools.Codecs Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.