GetKeyValuePairKeyRect Method (GdPictureTextExtraction)
Returns the location of the key part of a specified key-value pair.
public GdPictureStatus GetKeyValuePairKeyRect(
int ,
out int ,
out int ,
out int ,
out int
)
public function GetKeyValuePairKeyRect(
: Integer;
Out : Integer;
Out : Integer;
Out : Integer;
Out : Integer
): GdPictureStatus;
public function GetKeyValuePairKeyRect(
: int,
: int,
: int,
: int,
: int
) : GdPictureStatus;
public: GdPictureStatus GetKeyValuePairKeyRect(
int ,
[PARAMFLAG::Out] int ,
[PARAMFLAG::Out] int ,
[PARAMFLAG::Out] int ,
[PARAMFLAG::Out] int
)
public:
GdPictureStatus GetKeyValuePairKeyRect(
int ,
[Out] int ,
[Out] int ,
[Out] int ,
[Out] int
)
'Declaration
Public Function GetKeyValuePairKeyRect( _
ByVal As Integer, _
ByRef As Integer, _
ByRef As Integer, _
ByRef As Integer, _
ByRef As Integer _
) As GdPictureStatus
Parameters
- PairIdx
- The 0-based index of the key-value pair. It must be a value between 0 and GetKeyValuePairCount().
- Left
- Returns the left x-coordinate of the key's bounding box, in pixels.
- Top
- Returns the top y-coordinate of the key's bounding box, in pixels.
- Width
- Returns the width of the key's bounding box, in pixels.
- Height
- Returns the width of the key's bounding box, in pixels.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.