WorkflowBarAdviseSize Method
|
Namespace:
OmniPageCSDK.ToolBoxes
Assembly:
OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void AdviseSize(
int Width,
int Height
)
Public Sub AdviseSize (
Width As Integer,
Height As Integer
)
public:
void AdviseSize(
int Width,
int Height
)
Parameters
- Width
- Type: SystemInt32
- Height
- Type: SystemInt32
See Also