LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Interlaced Property

Show in webframe







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;

            
 
get_Interlaced();
set_Interlaced(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.