Input-XML - 1.Window placement and visual Options
Window placement (SecureSign only)
Name | Description |
---|---|
| Specifies parent window of eSignatureOffice control. Nested tags described below. |
<Handle> | Defines window handle for eSignatureOffice parent. Hexadecimal values may be passed with 0x prefix. |
| Defines position of eSignatureOffice window relatively to the parent window. |
Example
<ESign version="1.0"> <Window> <Handle>1313386</Handle> <Top>0</Top> <Left>0</Left> <Bottom>500</Bottom> <Right>500</Right> </Window>
Other Visual XML Tags
Name | Description |
---|---|
<GUIMode> | Switches between different UI modes. Currently there are modes 0, 1, 2 and 3, 4 available. This tag may be omitted, then eSignatureOffice will work in old ‘traditional’ UI mode. |
<DisableHelpButton/>, <DisableInfoButton/> | Each tag disables and removes the appropriate button from the top panel. |
<ShowDialogPrintButton/> | Adds "print with dialog" button to the toolbar, even if minimal control set is configured using <GUIMode>1</GUIMode>. |
<ShowFormFillButton> | Adds "form fill mode" button to the toolbar, even if minimal control set is configured using <GUIMode>1</GUIMode>. |
<HideSignControlButtons/> | Hides control panel with 'OK', 'Repeat', 'Skip' and 'Back' buttons in signing mode. This tag has no effect in 'traditional' UI mode. |
<HideSupportButton/> | When signature set file is passed as command-line parameter the "Support" - Button in the Dialog-Form is not displayed, if this parameter is set to 1. Overwrites registry and start Parameter. |
<DisableXinFormMode/> | Disables the usage of the X for closing eSignatureOffice in form mode. |
<DisableBackButton/> | Disables the usage of the Back Button when in sign mode. |
<DisableHashAbort/> | Disables the Abort Button while displaying the Hash. |
<DocumentLabelInToolBar/>Â | Enables the document Label in Toolbar. |