←Select platform

Interlaced Property

Summary
Gets or sets a value indicating whether to save interlaced GIF files.
Syntax
C#
VB
Objective-C
C++
Java
public bool Interlaced { get; set; } 
Public Property Interlaced As Boolean 
@property (nonatomic, assign) BOOL interlaced 
public boolean isInterlaced() 
public void setInterlaced(boolean interlace) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.