PdfEditorDigitalSignature Property

Gets the digital signature applied to the PDF document when it is saved, as configured at construction time. The returned object can still be configured after construction (for example by setting the timestamp server URL, reason, or appearance options) but the reference itself is fixed. To enable digital signing, pass a configured PdfDigitalSignature instance to the editor constructor. The constructors without a signature parameter save the document without a digital signature.

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfDigitalSignature DigitalSignature { get; }

Property Value

PdfDigitalSignature

See Also