Gets or sets a value that indicates whether CIE colors are disabled when loading PDF*, PS or EPS files.
public bool DisableCieColors { get; set; }
Public Property DisableCieColors As Boolean
@property (nonatomic, assign) BOOL disableCieColors
public boolean getDisableCieColors()
public void setDisableCieColors(boolean value)
true to disable the use of CIE colors, false otherwise. Default value is false.
The value of this property is used only when Leadtools.PdfEngine.dll is used by the application. For more information, refer to Implementing PDF 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.
For an example, refer to CodecsPdfOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET