←Select platform

Flags Property

Summary

Gets a value which 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
Objective-C
C++
Java
public CodecsLoadImageFlags Flags { get; } 
Public ReadOnly Property Flags As CodecsLoadImageFlags 
@property (nonatomic, assign, readonly) LTCodecsLoadImageFlags flags 
public CodecsLoadImageFlags getFlags() 
public: 
property CodecsLoadImageFlags Flags { 
   CodecsLoadImageFlags get(); 
} 

Property Value

A CodecsLoadImageFlags enumeration combination flags that describe whether this is the first or last call of the event, and whether the buffer contains first or last row of image data.

Example

For an example, refer to RasterCodecs.LoadImage.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly