Table of Contents

Property Timestamp

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Timestamp

Gets the signature timestamp options.

public PdfSignatureTimestampOptions Timestamp { get; }

Property Value

PdfSignatureTimestampOptions

The signature timestamp options.

Remarks

By default, the timestamp options are pre-filled with the timestamp authority URL (if any) from the signing certificate used to create the signing options.

Use timestamp options to specify timestamp authority URL, credentials (if needed), and other properties to use when signing a document.

Read the Sign PDF documents in C# and VB.NET article for examples of using this property.