LEADTOOLS Image File Support (Leadtools.Codecs assembly)

ForceCieLab Property

Show in webframe







Forces the load process to expect CIELAB colorspace data in the file.
Syntax
public bool ForceCieLab {get; set;}
'Declaration
 
Public Property ForceCieLab As Boolean
'Usage
 
Dim instance As CodecsJpegLoadOptions
Dim value As Boolean
 
instance.ForceCieLab = value
 
value = instance.ForceCieLab
public bool ForceCieLab {get; set;}
@property (nonatomic, assign) BOOL forceCieLab;
public boolean getForceCieLab()
public void setForceCieLab(boolean value)
            
 
get_ForceCieLab();
set_ForceCieLab(value);
Object.defineProperty('ForceCieLab');
public:
property bool ForceCieLab {
   bool get();
   void set (    bool value);
}

Property Value

true to force the load process to expect CIELAB colorspace data in the file.
Example
For an example, refer to CodecsJpegOptions.
Requirements

Target Platforms

See Also

Reference

CodecsJpegLoadOptions Class
CodecsJpegLoadOptions Members
Compression Using LEAD and JPEG Formats

 

 


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