'Declaration<DispIdAttribute(118)> Function GetTableRowRect( _ ByVal OCRResultID As String, _ ByVal TableIdx As Integer, _ ByVal RowIdx As Integer, _ ByRef Left As Integer, _ ByRef Top As Integer, _ ByRef Width As Integer, _ ByRef Height As Integer _ ) As GdPictureStatus
[DispId(118)] GdPictureStatus GetTableRowRect( string OCRResultID, int TableIdx, int RowIdx, out int Left, out int Top, out int Width, out int Height )
function GetTableRowRect(
OCRResultID: String;
TableIdx: Integer;
RowIdx: Integer;
Out Left: Integer;
Out Top: Integer;
Out Width: Integer;
Out Height: Integer
): GdPictureStatus;
DispIdAttribute(118) function GetTableRowRect( OCRResultID : String, TableIdx : int, RowIdx : int, Left : int, Top : int, Width : int, Height : int ) : GdPictureStatus;
[DispId(118)] GdPictureStatus GetTableRowRect( string* OCRResultID, int TableIdx, int RowIdx, [PARAMFLAG::Out] int Left, [PARAMFLAG::Out] int Top, [PARAMFLAG::Out] int Width, [PARAMFLAG::Out] int Height )
[DispId(118)] GdPictureStatus GetTableRowRect( String^ OCRResultID, int TableIdx, int RowIdx, [Out] int Left, [Out] int Top, [Out] int Width, [Out] int Height )
Parameters
- OCRResultID
- TableIdx
- RowIdx
- Left
- Top
- Width
- Height