In This Topic

RemoveExistingText Property (GdPicturePDF.PdfOcrOptions)

In This Topic
Specifies of the engine must remove existing OCR text layer, if any.
Syntax
'Declaration

 

Public Property RemoveExistingText As Boolean
public bool RemoveExistingText {get; set;}
public read-write property RemoveExistingText: Boolean; 
public function get,set RemoveExistingText : boolean
public: __property bool get_RemoveExistingText();

public: __property void set_RemoveExistingText( 

   bool value

);
public:

property bool RemoveExistingText {

   bool get();

   void set (    bool value);

}
See Also