[]
Generates time stamp signature embedded into a PDF document.
new TimeStamper(serverUrl): TimeStamper;
Creates a new TimeStamper.
string
The uniform resource identifier for the Time Stamping Authority (TSA) server providing the time-stamp.
TimeStamper
new TimeStamper(provider): TimeStamper;
Creates a new TimeStamper.
The TimeStampProviderBase object providing the time-stamp.
TimeStamper
get signatureAppearance(): SignatureAppearance;
Gets a SignatureAppearance object defining the visual appearance of the generated signature. By default this property is initialized with a default instance of the SignatureAppearance class.
set signatureAppearance(value): void;
Sets a SignatureAppearance object defining the visual appearance of the generated signature. By default this property is initialized with a default instance of the SignatureAppearance class.
void
get signatureField(): Field;
Gets an AcroForm field used to store a digital signature. If this value is set to null, the field with a unique name will be created automatically. That field will have no associated WidgetAnnotation, so the signature will be invisible.
set signatureField(value): void;
Sets an AcroForm field used to store a digital signature. If this value is set to null, the field with a unique name will be created automatically. That field will have no associated WidgetAnnotation, so the signature will be invisible.
void
get timeStampProvider(): TimeStampProviderBase;
Gets a TimeStampProviderBase object used to obtain a time-stamp token.
set timeStampProvider(value): void;
Sets a TimeStampProviderBase object used to obtain a time-stamp token.
void