LEADTOOLS Image File Support (Leadtools.Codecs assembly)

DisableCieColors Property

Show in webframe







Gets or sets a value that indicate whether CIE colors are disabled when loading PDF*, PS or EPS files.
Syntax
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;}
@property (nonatomic, assign) BOOL disableCieColors;
public boolean getDisableCieColors()
public void setDisableCieColors(boolean value)
            
 
get_DisableCieColors();
set_DisableCieColors(value);
Object.defineProperty('DisableCieColors');
public:
property bool DisableCieColors {
   bool get();
   void set (    bool value);
}

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.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.

Example
For an example, refer to CodecsPdfOptions.
Requirements

Target Platforms

See Also

Reference

CodecsPdfLoadOptions Class
CodecsPdfLoadOptions Members
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.