Class TimestampOptions

TimestampOptions class

Options for the Timestamp Low‑Code plugin.

public sealed class TimestampOptions : PdfConverterOptions

Constructors

NameDescription
TimestampOptions(Stream, string)Creates a new instance with a PFX stream and password.
TimestampOptions(string, string)Creates a new instance with a PFX file path and password.

Properties

NameDescription
BasicAuthCredentials { get; set; }Gets or sets the basic authentication credentials, Username and password are combined into a string “username:password”.
DigestHashAlgorithm { get; set; }Digest hash algorithm to use for the timestamp. Defaults to Sha256.
Inputs { get; }Returns PdfConverterOptions plugin data collection.
override OperationName { get; }
Outputs { get; }Gets collection of added targets for saving operation results.
PageNumber { get; set; }Page number on which the timestamped signature will be applied.
Rectangle { get; set; }Rectangle defining the annotation area (ignored when Visible is false).
ServerUrl { get; set; }URL of the timestamp server.
SigContact { get; set; }Contact information for the signature.
SigLocation { get; set; }Location for the signature.
SigReason { get; set; }Reason for the signature.
Visible { get; set; }Visibility flag – false for a pure timestamp (no visible annotation).

Methods

NameDescription
AddInput(IDataSource)Adds new data source to the PdfConverter plugin data collection.
AddOutput(IDataSource)Adds new data source to the PdfToXLSXConverterOptions plugin data collection.

See Also