←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
Java
Objective-C
WinRT C#
C++
public CodecsLoadImageFlags Flags { get; } 
Public ReadOnly Property Flags As Leadtools.Codecs.CodecsLoadImageFlags 
@property (nonatomic, assign, readonly) LTCodecsLoadImageFlags flags 
public CodecsLoadImageFlags getFlags() 
 get_Flags();  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly