EditorViewGetTextExtent Method
|
Use this to retrieve the horizontal and vertical extents of the selected text in pixels.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void GetTextExtent(
ref int Width,
ref int Height
)
Public Sub GetTextExtent (
ByRef Width As Integer,
ByRef Height As Integer
)
public:
void GetTextExtent(
int% Width,
int% Height
)
Parameters
- Width
- Type: SystemInt32
- Height
- Type: SystemInt32
See Also