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

GetBlockSpecialFormatData Method (IGdPictureOCR)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(104)>

Function GetBlockSpecialFormatData( _

   ByVal OCRResultID As String, _

   ByVal BlockIdx As Integer _

) As String
[DispId(104)]

string GetBlockSpecialFormatData( 

   string OCRResultID,

   int BlockIdx

)
function GetBlockSpecialFormatData( 

    OCRResultID: String;

    BlockIdx: Integer

): String; 
DispIdAttribute(104)

function GetBlockSpecialFormatData( 

   OCRResultID : String,

   BlockIdx : int

) : String;
[DispId(104)]

string* GetBlockSpecialFormatData( 

   string* OCRResultID,

   int BlockIdx

) 
[DispId(104)]

String^ GetBlockSpecialFormatData( 

   String^ OCRResultID,

   int BlockIdx

) 

Parameters

OCRResultID
BlockIdx
See Also

Reference

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