←Select platform

UseFastConversion Property

Summary

Enables or disables use of the fast color conversions when loading CMYK or CIELab files.

Syntax
C#
VB
Objective-C
C++
Java
public bool UseFastConversion {get; set;} 
Public Property UseFastConversion As Boolean 
@property (nonatomic, assign) BOOL useFastConversion 
public boolean getUseFastConversion() 
public void setUseFastConversion(boolean value) 
public: 
property bool UseFastConversion { 
   bool get(); 
   void set (    bool ); 
} 

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 CodecsJpegOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly