←Select platform

DisableCieColors Property

Summary
Gets or sets a value that indicates whether CIE colors are disabled when loading PDF*, PS or EPS files.
Syntax
C#
VB
Objective-C
C++
Java
public bool DisableCieColors { get; set; } 
Public Property DisableCieColors As Boolean 
@property (nonatomic, assign) BOOL disableCieColors 
public boolean getDisableCieColors() 
public void setDisableCieColors(boolean value) 
public: 
property bool DisableCieColors { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to disable the use of CIE colors, false otherwise. Default value is false.

Remarks

The value of this property is used only when Leadtools.Pdf.Utilities.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.Pdf.Utilities.dll, it still affects Postscript format.

Example

For an example, refer to CodecsPdfOptions.

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.