Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Load Property
See Also 
Leadtools.Codecs Namespace > CodecsGifOptions Class : Load Property



Gets the options for loading GIF images.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Load As CodecsGifOptions.CodecsGifLoadOptions
Visual Basic (Usage)Copy Code
Dim instance As CodecsGifOptions
Dim value As CodecsGifOptions.CodecsGifLoadOptions
 
value = instance.Load
C++/CLI 
public:
property CodecsGifOptions::CodecsGifLoadOptions^ Load {
   CodecsGifOptions::CodecsGifLoadOptions^ get();
}

Return Value

An CodecsGifOptions.CodecsGifLoadOptions object specifying the current GIF load options.

Example

For an example, refer to CodecsGifOptions.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also