←Select platform

Interlaced Property

Summary

Gets or sets a value indicating whether to save interlaced GIF files.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool Interlaced { get; set; } 
Public Property Interlaced As Boolean 
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 ); 
} 

Property Value

true to save the image interlaced; false, otherwise.

Example

For an example, refer to CodecsGifOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly