C#
VB
Java
Objective-C
WinRT C#
C++
Enables or disables loading files as interlaced.
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');
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.
Set this flag if your program does not handle interlaced file formats.
For an example, refer to CodecsOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET