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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize