←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, getter=usesFastConversion) 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 CodecsTiffOptions.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.