In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureOCR / GetBlockSpecialFormat Method

GetBlockSpecialFormat Method (IGdPictureOCR)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(105)>

Function GetBlockSpecialFormat( _

   ByVal OCRResultID As String, _

   ByVal BlockIdx As Integer _

) As OCRBlockSpecialFormat
[DispId(105)]

OCRBlockSpecialFormat GetBlockSpecialFormat( 

   string OCRResultID,

   int BlockIdx

)
function GetBlockSpecialFormat( 

    OCRResultID: String;

    BlockIdx: Integer

): OCRBlockSpecialFormat; 
DispIdAttribute(105)

function GetBlockSpecialFormat( 

   OCRResultID : String,

   BlockIdx : int

) : OCRBlockSpecialFormat;
[DispId(105)]

OCRBlockSpecialFormat GetBlockSpecialFormat( 

   string* OCRResultID,

   int BlockIdx

) 
[DispId(105)]

OCRBlockSpecialFormat GetBlockSpecialFormat( 

   String^ OCRResultID,

   int BlockIdx

) 

Parameters

OCRResultID
BlockIdx
See Also

Reference

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