In This Topic
GdPicture14 Namespace / PDFReducerConfiguration Class / EnableColorDetection Property

EnableColorDetection Property (PDFReducerConfiguration)

In This Topic
Specifies whether color detection must be performed on the images from the PDF. Default value is true.
Syntax
'Declaration
 
Public Property EnableColorDetection As Boolean
public bool EnableColorDetection {get; set;}
public read-write property EnableColorDetection: Boolean; 
public function get,set EnableColorDetection : boolean
public: __property bool get_EnableColorDetection();
public: __property void set_EnableColorDetection( 
   bool value
);
public:
property bool EnableColorDetection {
   bool get();
   void set (    bool value);
}
See Also