←Select platform

UseFastConversion Property (CodecsTiffLoadOptions)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool UseFastConversion {get; set;} 
Public Property UseFastConversion As Boolean 
public bool UseFastConversion {get; set;} 
@property (nonatomic, assign, getter=usesFastConversion) 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 ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize