←Select platform

NoInterlace Property

Summary
Enables or disables loading files as interlaced.
Syntax
C#
VB
Objective-C
C++
Java
public bool NoInterlace { get; set; } 
Public Property NoInterlace As Boolean 
@property (nonatomic, assign) BOOL noInterlace 
public boolean getNoInterlace() 
public void setNoInterlace(boolean value) 
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 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.