DigitalSignaturePage (Web Services API)
DigitalSignaturePage enumeration constants are used to specify the PDF page where the digital signature should be placed.
enum DigitalSignaturePage {
First,
Last
};
Elements
| Name | Description |
| First | Places the signature on the first page. |
| Last | Places the signature on the last page. |
26.03.2024 13:49:49