Input-XML - 1.Window placement and visual Options

Window placement (SecureSign only)

NameDescription

<Window> OR <Fenster>

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.

<Top>, <Left>, <Bottom>, <Right>

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

NameDescription
<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.