CharacterBarGetBarSize Method
|
To query how much horizontal and vertical space the CharacterBar requires.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void GetBarSize(
ref int Width,
ref int Height,
CHARACTERBARALIGNMENT Alignment,
bool Commit
)
Public Sub GetBarSize (
ByRef Width As Integer,
ByRef Height As Integer,
Alignment As CHARACTERBARALIGNMENT,
Commit As Boolean
)
public:
void GetBarSize(
int% Width,
int% Height,
CHARACTERBARALIGNMENT Alignment,
bool Commit
)
Parameters
- Width
- Type: SystemInt32
- Height
- Type: SystemInt32
- Alignment
- Type: Kofax.OmniPageCSDK.ToolBoxesCHARACTERBARALIGNMENT
- Commit
- Type: SystemBoolean
See Also