LEADTOOLS Image File Support (Leadtools.Codecs assembly)

NoInterlace Property

Show in webframe







Enables or disables loading files as interlaced.
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;}
@property (nonatomic, assign) BOOL noInterlace;
public boolean getNoInterlace()
public void setNoInterlace(boolean value)
            
 
get_NoInterlace();
set_NoInterlace(value);
Object.defineProperty('NoInterlace');
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

See Also

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.