Border
Border will create a thin black border either beneath the JotBlock (Bottom) or on all sides (All).
DATA TYPE | RESTRICTIONS (CASE SENSITIVE) | DEFAULT IF NOT SPECIFIED (NEW JOTBLOCKS) |
---|---|---|
String (JotBlockBorderType) | None, Bottom, All | If 'Certified'=true: All; otherwise: None |
JOTBLOCK TYPE | SUPPORTED |
---|---|
Text Tag | yes |
XML | yes |
Written | yes |
Typed | yes |
Certified
A Certified JotBlock (set the property to true) visually distinguishes it from other JotBlocks. Printed “meta-data” appears embedded around the signature data. This “meta-data” includes an “Electronically Signed” statement, a date/time stamp, an IP address stamp and an internal JotBlock ID. If the Border property is not set, it will default to All for a Certified JotBlock. Note that the AssureSign application will enforce a minimum height and width to ensure that all elements render correctly to the document.
DATA TYPE | RESTRICTIONS (CASE SENSITIVE) | DEFAULT IF NOT SPECIFIED (NEW JOTBLOCKS) |
---|---|---|
Boolean | false |
JOTBLOCK TYPE | SUPPORTED |
---|---|
Text Tag | yes |
XML | yes |
Written | yes |
Typed | yes |
FieldType
FieldType is only directly specified in text tags, and must be one of Typed or Written. When using the XML specification, then setting a WrittenProperties element indicates a mouse based signature area and setting a TypedProperties element indicates a typed entry.
DATA TYPE | RESTRICTIONS (CASE SENSITIVE) | DEFAULT IF NOT SPECIFIED (NEW JOTBLOCKS) |
---|---|---|
Written, Typed | If unspecified in a tag the submission will error; using XML, written attributes are defined within a WrittenProperties element, and typed attributes are defined within a TypedProperties element |
JOTBLOCK TYPE | SUPPORTED |
---|---|
Text Tag | yes |
XML | no |
Written | yes |
Typed | yes |
FixedInputTimingType
FixedInputTimingType is relevant for text tags of FieldType "Typed" and InputType "Fixed", and must be one of OnDocumentStart or OnDocumentComplete.
DATA TYPE | RESTRICTIONS (CASE SENSITIVE) | DEFAULT IF NOT SPECIFIED (NEW JOTBLOCKS) |
---|---|---|
OnDocumentStart, OnDocumentComplete | If unspecified in a tag of InputType Fixed using XML, will default to OnDocumentStart |
JOTBLOCK TYPE | SUPPORTED |
---|---|
Text Tag | yes |
XML | no |
Written | no |
Typed | yes |
FontBold
If FontBold is true will render the font in JotBlocks of FieldType Typed in bold face.
DATA TYPE | RESTRICTIONS (CASE SENSITIVE) | DEFAULT IF NOT SPECIFIED (NEW JOTBLOCKS) |
---|---|---|
Boolean | false |
JOTBLOCK TYPE | SUPPORTED |
---|---|
Text Tag | yes |
XML | yes |
Written | no |
Typed | yes |
FontItalic
If FontItalic is true will render the font in JotBlocks of FieldType Typed in italic face.
DATA TYPE | RESTRICTIONS (CASE SENSITIVE) | DEFAULT IF NOT SPECIFIED (NEW JOTBLOCKS) |
---|---|---|
Boolean | false |
JOTBLOCK TYPE | SUPPORTED |
---|---|
Text Tag | yes |
XML | yes |
Written | no |
Typed | yes |
FontName
FontName must be one of CourierNew, Arial, TimesNewRoman, BradleyHandITC, BrushScriptBT. If not specified, the font in JotBlocks of FieldType Typed will be rendered in CourierNew unless Certified is set to true, in which case it will be rendered using the account setting default for Typed Certified Jotblocks (which is BradleyHandITC by default).
DATA TYPE | RESTRICTIONS (CASE SENSITIVE) | DEFAULT IF NOT SPECIFIED (NEW JOTBLOCKS) |
---|---|---|
String (TypedJotBlockFontNameType) | CourierNew, Arial, TimesNewRoman, BradleyHandITC, BrushScriptBT, MyHandwriting, Otto | If ‘Certified’=true this will be set based on account setting (defaults to BradleyHandITC); otherwise CourierNew |
JOTBLOCK TYPE | SUPPORTED |
---|---|
Text Tag | yes |
XML | yes |
Written | no |
Typed | yes |
FontSize
FontSize must be one of the enumeration Six, Eight, Ten, Twelve, Fourteen. If not specified, the font of JotBlocks of FieldType Typed will be rendered as size Ten. This is not applicable to a written signature JotBlock that allows for typing of the signature or initials.
DATA TYPE | RESTRICTIONS (CASE SENSITIVE) | DEFAULT IF NOT SPECIFIED (NEW JOTBLOCKS) |
---|---|---|
String (TypedJotBlockFontSizeType) | Six, Eight, Ten, Twelve, Fourteen | Ten |
JOTBLOCK TYPE | SUPPORTED |
---|---|
Text Tag | yes |
XML | yes |
Written | no |
Typed | yes |
FontUnderline
If FontUnderline is true will render the font of JotBlocks of FieldType Typed with an underline.
DATA TYPE | RESTRICTIONS (CASE SENSITIVE) | DEFAULT IF NOT SPECIFIED (NEW JOTBLOCKS) |
---|---|---|
Boolean | false |
JOTBLOCK TYPE | SUPPORTED |
---|---|
Text Tag | yes |
XML | yes |
Written | no |
Typed | yes |
FormatterCode
Javascript code which formats the value of a JotBlock for rendering purposes. Do not specify if using a built-in formatter.
This simple example inserts spaces between each character: "return value.split('').join(' ');"
DATA TYPE | RESTRICTIONS (CASE SENSITIVE) | DEFAULT IF NOT SPECIFIED (NEW JOTBLOCKS) |
---|---|---|
string |
JOTBLOCK TYPE | SUPPORTED |
---|---|
Text Tag | yes |
XML | yes |
Written | no |
Typed | yes |
FormatterName
Either the name of a built-in formatter to use or the name of a custom formatter.
If using a built-in formatter, simply specify the name of the formatter to use (ex, "Credit Card Mask") and do not specify FormatterCode. Built in formatters include:
- Alphanumeric Mask - Replaces all alphanumeric characters with an asterisk.
- Credit Card Mask - Replaces all but the last four digits with an 'X'.
- SSN Mask - Replaces all but the last four digits with an 'X'.
If using a custom formatter, specify a name for the formatter and specify the custom code in FormatterCode. The formatter name can be anything and is used for reporting purposes.
DATA TYPE | RESTRICTIONS (CASE SENSITIVE) | DEFAULT IF NOT SPECIFIED (NEW JOTBLOCKS) |
---|---|---|
string |
JOTBLOCK TYPE | SUPPORTED |
---|---|
Text Tag | yes |
XML | yes |
Written | no |
Typed | yes |
Height
Height must be a value between 0 and 1. This is calculated as the ratio of the height of the JotBlock to the overall height of the visible portion of the page in pixels:
Height = [JotBlock Height] / [Page Height]
Note that the AssureSign application will enforce a minimum height and width to ensure that all elements render correctly to the document.
DATA TYPE | RESTRICTIONS (CASE SENSITIVE) | DEFAULT IF NOT SPECIFIED (NEW JOTBLOCKS) |
---|---|---|
Decimal Number | If provided, between 0 and 1 | Minimum field height (taking 'Certified' into account) |
JOTBLOCK TYPE | SUPPORTED |
---|---|
Text Tag | yes |
XML | yes |
Written | yes |
Typed | yes |
HorizontalAlignment
HorizontalAlignment must be one of Left, Center, Right. . If not specified, JotBlocks of FieldType Typed will be rendered with HorizontalAlignment Left.
DATA TYPE | RESTRICTIONS (CASE SENSITIVE) | DEFAULT IF NOT SPECIFIED (NEW JOTBLOCKS) |
---|---|---|
String (TypedJotBlockHorzAlignmentType) | Left, Center, Right | Left |
JOTBLOCK TYPE | SUPPORTED |
---|---|
Text Tag | yes |
XML | yes |
Written | no |
Typed | yes |