Leadtools.Codecs Namespace > CodecsPdfLoadOptions Class : DisableCieColors Property |
public bool DisableCieColors {get; set;}
'Declaration Public Property DisableCieColors As Boolean
'Usage Dim instance As CodecsPdfLoadOptions Dim value As Boolean instance.DisableCieColors = value value = instance.DisableCieColors
public bool DisableCieColors {get; set;}
get_DisableCieColors();
set_DisableCieColors(value);
The value of this property is used only when Leadtools.PdfEngine.dll is used by the application. For more information, refer to Implementing PDF Plug in Features.
Disabling the use of CIE colors will result in faster loading. This options is used when loading both PDF, PostScript (PS) and Encapsulated PostScript (EPS) files.
* This option affect pdf format when UsePdfEngine is set to true to use Leadtools.PdfEngine.dll, it still affects Postscript format.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2