[]
        
(Showing Draft Content)

TimeStamper

Class: TimeStamper

Generates time stamp signature embedded into a PDF document.

Constructors

Constructor

new TimeStamper(serverUrl): TimeStamper;

Creates a new TimeStamper.

Parameters

serverUrl

string

The uniform resource identifier for the Time Stamping Authority (TSA) server providing the time-stamp.

Returns

TimeStamper

Constructor

new TimeStamper(provider): TimeStamper;

Creates a new TimeStamper.

Parameters

provider

TimeStampProviderBase

The TimeStampProviderBase object providing the time-stamp.

Returns

TimeStamper

Accessors

signatureAppearance

Get Signature

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.

Returns

SignatureAppearance

Set Signature

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.

Parameters
value

SignatureAppearance

Returns

void


signatureField

Get Signature

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.

Returns

Field

Set Signature

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.

Parameters
value

Field

Returns

void


timeStampProvider

Get Signature

get timeStampProvider(): TimeStampProviderBase;

Gets a TimeStampProviderBase object used to obtain a time-stamp token.

Returns

TimeStampProviderBase

Set Signature

set timeStampProvider(value): void;

Sets a TimeStampProviderBase object used to obtain a time-stamp token.

Parameters
value

TimeStampProviderBase

Returns

void