Aspose::Pdf::LowCode::TimestampOptions class

TimestampOptions class

Options for the Timestamp Low‑Code plugin.

class TimestampOptions : public Aspose::Pdf::LowCode::PdfConverterOptions

Methods

MethodDescription
get_BasicAuthCredentials() constGets the basic authentication credentials, Username and password are combined into a string “username:password”.
get_DigestHashAlgorithm() constDigest hash algorithm to use for the timestamp. Defaults to Sha256.
get_OperationName() overrideReturns operation name.
get_PageNumber() constPage number on which the timestamped signature will be applied.
get_Rectangle() constRectangle defining the annotation area (ignored when Visible is false).
get_ServerUrl() constURL of the timestamp server.
get_SigContact() constContact information for the signature.
get_SigLocation() constLocation for the signature.
get_SigReason() constReason for the signature.
get_Visible() constVisibility flag – false for a pure timestamp (no visible annotation).
set_BasicAuthCredentials(const System::String&)Sets the basic authentication credentials, Username and password are combined into a string “username:password”.
set_DigestHashAlgorithm(Aspose::Pdf::DigestHashAlgorithm)Digest hash algorithm to use for the timestamp. Defaults to Sha256.
set_PageNumber(int32_t)Page number on which the timestamped signature will be applied.
set_Rectangle(System::Drawing::Rectangle)Rectangle defining the annotation area (ignored when Visible is false).
set_ServerUrl(const System::String&)URL of the timestamp server.
set_SigContact(const System::String&)Contact information for the signature.
set_SigLocation(const System::String&)Location for the signature.
set_SigReason(const System::String&)Reason for the signature.
set_Visible(bool)Visibility flag – false for a pure timestamp (no visible annotation).
TimestampOptions(const System::String&, const System::String&)Creates a new instance with a PFX file path and password.
TimestampOptions(const System::SharedPtr<System::IO::Stream>&, const System::String&)Creates a new instance with a PFX stream and password.
TimestampOptions()Creates a new instance with default values. Used to sing TSA with a PFX file.

See Also