<< Click to Display Table of Contents >> Navigation: Drivers API > IPXCPrinter Interface > Properties > Property Options > DigSig (Digital Signatures) |
The DigSig properties determine digital signature properties for documents and document signatures. Please note that properties are case-sensitive:
NAME
|
VALUES
|
DEFINITION |
Enabled |
Enables/disables digital signatures properties. If set to False then no further properties from this section are used.
Default value: False
|
|
Store |
0 (System) 1 (File) |
Defines the certificate used.
If set to 0 (System) then the default system certificate will be used.
If set to 1 (File) then an external PFX file must be specified (see below).
Default value: 0 (System)
|
Hash |
Binary |
Defines the hash value of the certificate used for signing the document.
If Store is set to 0 (System) then the The PDF-XChange Drivers API will use the corresponding certificate on the local computer.
If Store is set to 1 (File) then this property is not used.
|
PFXFile |
String |
Specifies the PFX file that contains the digital signature when Store is set to 1 (File). If Store is set to 0 (System) then this property is not used.
|
PFXPassword |
String |
Specifies the password for the PFX file when Store is set to 1 (File). If Store is set to 0 (System) then this property is not used.
|
Reason Location Contact |
String |
These properties represent additional information that can be included with digital signatures.
Default values: empty string
|
Graphic |
0 (None) 1 (Image) 2 (Name) |
Defines how the signature field graphic is displayed.
If set to 0 (None) then this feature will not be used, and information about the digital signature will be be placed in the digital signature field.
If set to 1 (Image) then the GraphicFileName file is used (see below).
If set to 2 (Name) then the signer's name will be used.
Default value: 2 (Name)
|
GraphicFileName |
String |
The fully-qualified path name for the image used when the Graphic property is set to 1 (Image).
|
ShowFlags |
Integer |
A combination of flags that define the signature field appearance. See below for further information.
|
Page
|
Integer |
The zero-based page number on which the digital signature is placed. A value of -1 places the signature on the last page.
Default value: -1
|
Left |
Integer |
Defines the signature position (relative to the top-left corner of the page). The units used are tenths of a millimeter.
Default value: 254
|
Top |
Integer |
Defines the signature position (relative to the top-left corner of the page). The units used are tenths of a millimeter.
Default value: 254
|
Width |
Integer |
Defines the width of the signature field. The units used are tenths of a millimeter.
Default value: 508
|
Height |
Integer |
Defines the height of the signature field. The units used are tenths of a millimeter.
Default value: 168
|