LEADTOOLS Image File Support (Leadtools.Codecs assembly)

UseFastConversion Property (CodecsTiffLoadOptions)

Show in webframe







Enables or disables use of the fast color conversions when loading CMYK or CIELab files.
Syntax
public bool UseFastConversion {get; set;}
'Declaration
 
Public Property UseFastConversion As Boolean
'Usage
 
Dim instance As CodecsTiffLoadOptions
Dim value As Boolean
 
instance.UseFastConversion = value
 
value = instance.UseFastConversion
public bool UseFastConversion {get; set;}
@property (nonatomic, assign) BOOL useFastConversion;
public boolean getUseFastConversion()
public void setUseFastConversion(boolean value)
            
 
get_UseFastConversion();
set_UseFastConversion(value);
Object.defineProperty('UseFastConversion');
public:
property bool UseFastConversion {
   bool get();
   void set (    bool value);
}

Property Value

true to enable fast color conversion, false to disable it.
Remarks
Setting this property to true will greatly speed up the loading of CMYK and CIELab files, but it will reduce the image quality.
Example
For an example, refer to CodecsTiffOptions.
Requirements

Target Platforms

See Also

Reference

CodecsTiffLoadOptions Class
CodecsTiffLoadOptions Members

 

 


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