Visual Basic (Declaration) | |
---|---|
Public Property UseFastConversion As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsTiffLoadOptions Dim value As Boolean instance.UseFastConversion = value value = instance.UseFastConversion |
C# | |
---|---|
public bool UseFastConversion {get; set;} |
Property Value
true to enable fast color conversion, false to disable it.For an example, refer to CodecsTiffOptions.
Setting this property to true will greatly speed up the loading of CMYK and CIELab files, but it will reduce the image quality.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)