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. |
3/26/2024 1:49:49 PM