←Select platform

CodecsLoadImageFlags Enumeration

Summary

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

C#
VB
Java
Objective-C
WinRT C#
C++
[FlagsAttribute()] 
public enum CodecsLoadImageFlags   
<FlagsAttribute()> 
Public Enum CodecsLoadImageFlags  
    
    
[FlagsAttribute()] 
public enum CodecsLoadImageFlags    
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   

Members

ValueMemberDescription
0x00000000None Default.
0x00000001FirstPass This is the first pass through a progressive JPEG or CMP file.
0x00000002LastPass This is the last pass through a progressive JPEG or CMP file.
0x00000004FirstRow The first row of the buffer is the first row of the image.
0x00000008LastRow The last row of the buffer is the last row of the image.
0x00000010Compressed The data in the buffer is 1-bit compressed data, which you can handle as explained in Speeding Up 1-Bit Documents.
Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly