DigitalSignaturePageEnum (COM-based API)
DigitalSignaturePageEnum enumeration constants are used to specify the PDF page where the digital signature should be placed.
enum DigitalSignaturePageEnum {
DSP_First = 0,
DSP_Last = 1
};
Elements
Name | Description |
DSP_First | Places the signature on the first page. |
DSP_Last | Places the signature on the last page. |
26.03.2024 13:49:49