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



Determines whether the GIF image is interlaced.

Syntax

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

Return Value

true if the GIF image is interlaced; otherwise false.

Example

For an example, refer to CodecsImageInfo.

Requirements

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

See Also