Click or drag to resize

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
Syntax
public void GetBarSize(
	ref int Width,
	ref int Height,
	CHARACTERBARALIGNMENT Alignment,
	bool Commit
)

Parameters

Width
Type: SystemInt32
Height
Type: SystemInt32
Alignment
Type: Kofax.OmniPageCSDK.ToolBoxesCHARACTERBARALIGNMENT
Commit
Type: SystemBoolean
See Also