ImageGear for .NET
RejectionSymbol Property




Gets or sets character used for rejected characters in output.
Syntax
'Declaration
 
Public Property RejectionSymbol As Char
'Usage
 
Dim instance As ImGearRecOutputManager
Dim value As Char
 
instance.RejectionSymbol = value
 
value = instance.RejectionSymbol
public char RejectionSymbol {get; set;}
public: __property char get_RejectionSymbol();
public: __property void set_RejectionSymbol( 
   char value
);
public:
property char RejectionSymbol {
   char get();
   void set (    char value);
}

Property Value

Char value.
Remarks
This property specifies which character is to be used as a symbol for the rejected characters (i.e., unrecognized by the recognition module used in the zone) in the final output document.
See Also

Reference

ImGearRecOutputManager Class
ImGearRecOutputManager Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback