Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Flags Property
See Also 
Leadtools.Codecs Namespace > CodecsLoadImageEventArgs Class : Flags Property



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

Visual Basic (Declaration) 
Public ReadOnly Property Flags As CodecsLoadImageFlags
Visual Basic (Usage)Copy Code
Dim instance As CodecsLoadImageEventArgs
Dim value As CodecsLoadImageFlags
 
value = instance.Flags
C# 
public CodecsLoadImageFlags Flags {get;}
C++/CLI 
public:
property CodecsLoadImageFlags Flags {
   CodecsLoadImageFlags get();
}

Return 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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also