GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureOCR / GetBlockSpecialFormat Method





In This Topic
GetBlockSpecialFormat Method (GdPictureOCR)
In This Topic
Syntax
'Declaration
 
Public Function GetBlockSpecialFormat( _
   ByVal OCRResultID As String, _
   ByVal BlockIdx As Integer _
) As OCRBlockSpecialFormat
public OCRBlockSpecialFormat GetBlockSpecialFormat( 
   string OCRResultID,
   int BlockIdx
)
public function GetBlockSpecialFormat( 
    OCRResultID: String;
    BlockIdx: Integer
): OCRBlockSpecialFormat; 
public function GetBlockSpecialFormat( 
   OCRResultID : String,
   BlockIdx : int
) : OCRBlockSpecialFormat;
public: OCRBlockSpecialFormat GetBlockSpecialFormat( 
   string* OCRResultID,
   int BlockIdx
) 
public:
OCRBlockSpecialFormat GetBlockSpecialFormat( 
   String^ OCRResultID,
   int BlockIdx
) 

Parameters

OCRResultID
BlockIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureOCR
GdPictureOCR Members