Aspose::Pdf::LowCode::TimestampOptions class
Contents
[
Hide
]TimestampOptions class
Options for the Timestamp Low‑Code plugin.
class TimestampOptions : public Aspose::Pdf::LowCode::PdfConverterOptions
Methods
| Method | Description |
|---|---|
| get_BasicAuthCredentials() const | Gets the basic authentication credentials, Username and password are combined into a string “username:password”. |
| get_DigestHashAlgorithm() const | Digest hash algorithm to use for the timestamp. Defaults to Sha256. |
| get_OperationName() override | Returns operation name. |
| get_PageNumber() const | Page number on which the timestamped signature will be applied. |
| get_Rectangle() const | Rectangle defining the annotation area (ignored when Visible is false). |
| get_ServerUrl() const | URL of the timestamp server. |
| get_SigContact() const | Contact information for the signature. |
| get_SigLocation() const | Location for the signature. |
| get_SigReason() const | Reason for the signature. |
| get_Visible() const | Visibility 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
- Class PdfConverterOptions
- Namespace Aspose::Pdf::LowCode
- Library Aspose.PDF for C++