LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

NoInterlace Property






Enables or disables loading files as interlaced. .NET support WinRT support Silverlight support
Syntax
public bool NoInterlace {get; set;}
'Declaration
 
Public Property NoInterlace As Boolean
'Usage
 
Dim instance As CodecsLoadOptions
Dim value As Boolean
 
instance.NoInterlace = value
 
value = instance.NoInterlace
public bool NoInterlace {get; set;}
 get_NoInterlace();
set_NoInterlace(value);
public:
property bool NoInterlace {
   bool get();
   void set (    bool value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.