Options
(→Template Data Table) |
(→Template Data Table) |
||
Line 216: | Line 216: | ||
| class="op_param_name" | ShowLocation | | class="op_param_name" | ShowLocation | ||
| style="text-align:center" | Boolean | | style="text-align:center" | Boolean | ||
− | | Specifies whether the [[# | + | | Specifies whether the [[#SignatureAppearance|Location]] will be displayed. |
Default value: <tt>'''false'''</tt> | Default value: <tt>'''false'''</tt> | ||
|- | |- |
Revision as of 10:15, 28 April 2016
Contents
Options Table
Name | Type | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Certificate | String | Specifies the certificate in the system store. Represented by hexadecimal string that contains SHA1 hash of the certificate. Not used if UseFileCertificate is TRUE or DigiSigType is 4 (Timestamp).
Default value: Empty String | ||||||||||
FileCertificate | String | Specifies the path to the file certificate. Not used if UseFileCertificate is FALSE or DigiSigType is 4 (Timestamp).
Default value: Empty String | ||||||||||
UseFileCertificate | Boolean | Specifies whether the file certificate specified by FileCertificate will be used for signing the document. If false, certificate from the system storage, specified by Certificate, will be used for signing the document. This field is not used if DigiSigType is 4 (Timestamp).
Default value: false | ||||||||||
SignatureAppearance | Dictionary | Specifies the details of the signature appearance. | ||||||||||
TimeStamping | Dictionary | Specifies the timestamping parameters. | ||||||||||
DigiSigType | Integer | Specifies the type of the signature.
Possible values are:
Default value: 0 (Unknown) | ||||||||||
FieldName | String | Specifies the name of the field in the document, if this field should be used for digital signature.
Default value: Empty String | ||||||||||
PageNumber | Integer | If the new field should be created in the document for digital signing, this value specifies the page number where this field should be placed. Used with SignatureBox and RotationFactor. Not used if FieldName contains the name of the existing field in the document.
Default value: 1 | ||||||||||
SignatureBox | Dictionary | If the new field should be created in the document for digital signing, this dictionary specifies coordinates of this newly created field on the page whose number specified by PageNumber. Not used if FieldName contains the name of the existing field in the document. | ||||||||||
RotationFactor | Integer | If the new field should be created in the document for digital signing, this value specifies the rotation of this field. Used with PageNumber and SignatureBox. Not used if FieldName contains the name of the existing field in the document.
Valid values are:
Default value: -1 (Invalid) | ||||||||||
CertificatePassword | String | Specifies the password for the certificate specified in Certificate or FileCertificate
Default value: Empty String | ||||||||||
AskDestinationFileName | Boolean | Specifies whether the user will be asked about the destination file name of the resulting signed file using UI dialog. If false, DestinationFileName will be used. If false and DestinationFileName is empty, the current file of the document will be overwritten with the signed version.
Default value: false | ||||||||||
DestinationFileName | String | Specifies the destination file name of the resulting signed file. Used if AskDestinationFileName is false. If AskDestinationFileName is false and this value is empty, the current file of the document will be overwritten with the signed version.
Default value: Empty String | ||||||||||
DocMDP | Integer | Specifies the permissions granted for signed document.
Default value: 0 |
SignatureAppearance Table
Name | Type | Value |
---|---|---|
Reason | String | Specifies the reason for signing document, such as 'I agree…'. Not used for timestamp signatures.
Default value: Empty String |
Location | String | Specifies the CPU host name or physical location of the signing.
Default value: Empty String |
ContactInfo | String | Specifies information provided by the signer to enable a recipient to contact the signer to verify the signature. Not used for timestamp signatures.
Default value: Empty String |
HasTemplate | Boolean | Specifies whether the Template will be used.
Default value: false |
Template | Dictionary | Specifies the custom signature appearance template (not from the Template) table. Used if HasTemplate is true. |
TemplateIdx | Integer | Specifies the index of the signature appearance template in the Template) table. Used if HasTemplate is false.
Default value: -1 |
Template Table
Name | Type | Value |
---|---|---|
Name | String | Specifies the unique name of the signature appearance template.
Default value: Empty String |
Template Data | Dictionary | Specifies the parameters of the signature appearance template. |
Template Data Table
Name | Type | Value | ||||||
---|---|---|---|---|---|---|---|---|
GraphicType | Integer | Specifies the type of the graphic used in the signature appearance.
Possible values are:
Default value: 0 (None) | ||||||
GraphicName | String | Specifies the path to the image file of supported format. Used if GraphicType is 1 (Name).
Default value: Empty String | ||||||
TextDirection | Integer | Specifies the text direction in the signature appearance.
Possible values are:
Default value: 0 (Auto) | ||||||
ShowName | Boolean | Specifies whether the name of the signer will be displayed.
Default value: false | ||||||
ShowDate | Boolean | Specifies whether the date of the signer will be displayed.
Default value: false | ||||||
ShowLocation | Boolean | Specifies whether the Location will be displayed.
Default value: false | ||||||
ShowReason | Boolean | Specifies...
Default value: false | ||||||
ShowDistinguishedName | Boolean | Specifies...
Default value: false | ||||||
ShowLabels | Boolean | Specifies...
Default value: false | ||||||
ShowLogo | Boolean | Specifies...
Default value: false | ||||||
ShowSubjectName | Boolean | Specifies...
Default value: false | ||||||
ShowEditorVersion | Boolean | Specifies...
Default value: false | ||||||
Name | String | Specifies...
Default value: Empty String |
TimeStamping Table
Name | Type | Value |
---|---|---|
Enabled | Boolean | Specifies...
Default value: false |
PresetID | String | Specifies...
Default value: Empty String |
TimeStamping Data | Dictionary | Specifies... |
Timestamp Data Table
Name | Type | Value |
---|---|---|
URL | String | Specifies...
Default value: Empty String |
RequireAuth | Boolean | Specifies...
Default value: false |
User | String | Specifies...
Default value: Empty String |
Password | String | Specifies...
Default value: Empty String |