←Select platform

Interlaced Property

Summary

Gets or sets a value that indicates whether the image is to be saved using the GIF format with interlace.

Syntax

C#
VB
C++
public bool Interlaced {get; set;}
Public Property Interlaced As Boolean
public: 
property bool Interlaced { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true to save the image interlaced; otherwise, false.

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

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