Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
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;}
Managed Extensions for C++ 
public: __property CodecsLoadImageFlags get_Flags();
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also