In This Topic
GdPicture14 Namespace / GdPictureOCR Class / ExpectedSymbolCount Property

ExpectedSymbolCount Property (GdPictureOCR)

In This Topic
Specifies the number of expected symbols to detect and decode. Use 0 if this number is undefined.
Syntax
'Declaration

 

Public Property ExpectedSymbolCount As Integer
public int ExpectedSymbolCount {get; set;}
public read-write property ExpectedSymbolCount: Integer; 
public function get,set ExpectedSymbolCount : int
public: __property int get_ExpectedSymbolCount();

public: __property void set_ExpectedSymbolCount( 

   int value

);
public:

property int ExpectedSymbolCount {

   int get();

   void set (    int value);

}

Property Value

The default value is 0.
See Also