←Select platform

NoInterlace Property

Summary

Enables or disables loading files as interlaced.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool NoInterlace { get; set; } 
Public Property NoInterlace As Boolean 
public bool NoInterlace {get; set;} 
@property (nonatomic, assign) BOOL noInterlace 
public boolean getNoInterlace() 
public void setNoInterlace(boolean value) 
             
 <br/>get_NoInterlace();<br/>set_NoInterlace(value);<br/>Object.defineProperty('NoInterlace');  
public: 
property bool NoInterlace { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

When set to true, the Load methods pass image data in the order that is displayed, regardless of how it is stored in the file.

Remarks

Set this flag if your program does not handle interlaced file formats.

Example

For an example, refer to CodecsOptions.

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