WorkflowBarGetIdealSize Method
|
Use this method to display each button on the WorkflowBar.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void GetIdealSize(
ref int Width,
ref int Height
)
Public Sub GetIdealSize (
ByRef Width As Integer,
ByRef Height As Integer
)
public:
void GetIdealSize(
int% Width,
int% Height
)
Parameters
- Width
- Type: SystemInt32
- Height
- Type: SystemInt32
See Also