Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Interlaced Property








Gets or sets a value indicating whether to save interlaced GIF files.
Syntax
public bool Interlaced {get; set;}
'Declaration
 
Public Property Interlaced As Boolean
'Usage
 
Dim instance As CodecsGifSaveOptions
Dim value As Boolean
 
instance.Interlaced = value
 
value = instance.Interlaced
public bool Interlaced {get; set;}
@property (nonatomic, assign) BOOL interlaced
public boolean isInterlaced()
public void setInterlaced(boolean interlace)
            
 <br/>get_Interlaced();<br/>set_Interlaced(value);<br/>Object.defineProperty('Interlaced'); 
public:
property bool Interlaced {
   bool get();
   void set (    bool value);
}

Property Value

true to save the image interlaced; false, otherwise.
Example
For an example, refer to CodecsGifOptions.
Requirements

Target Platforms

See Also

Reference

CodecsGifSaveOptions Class
CodecsGifSaveOptions Members
Implementing GIF Features

Error processing SSI file