C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value indicating whether to save interlaced GIF files.
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');
true to save the image interlaced; false, otherwise.
For an example, refer to CodecsGifOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET