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(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(System::String)URL of the timestamp server.
set_SigContact(System::String)Contact information for the signature.
set_SigLocation(System::String)Location for the signature.
set_SigReason(System::String)Reason for the signature.
set_Visible(bool)Visibility flag – false for a pure timestamp (no visible annotation).
TimestampOptions(System::String, System::String)Creates a new instance with a PFX file path and password.
TimestampOptions(System::SharedPtr<System::IO::Stream>, System::String)Creates a new instance with a PFX stream and password.

See Also