In This Topic

OCRStrategy Property (GdPicturePDF.SmartRedactionOptions)

In This Topic
Specifies the OCR strategy applied during the redaction process.
Syntax
'Declaration

 

Public Property OCRStrategy As OCRStrategy
public OCRStrategy OCRStrategy {get; set;}
public read-write property OCRStrategy: OCRStrategy; 
public function get,set OCRStrategy : OCRStrategy
public: __property OCRStrategy get_OCRStrategy();

public: __property void set_OCRStrategy( 

   OCRStrategy value

);
public:

property OCRStrategy OCRStrategy {

   OCRStrategy get();

   void set (    OCRStrategy value);

}

Property Value

The default value is OCRStrategy.Automatic.
See Also