Aspose::Words::LowCode::SignerContext class
Contents
[
Hide
]SignerContext class
Document signer context.
class SignerContext : public Aspose::Words::LowCode::ProcessorContext
Methods
Method | Description |
---|---|
get_CertificateHolder() const | CertificateHolder object with certificate that used to sign file. |
get_FontSettings() const | Font settings used by the processor. |
get_LayoutOptions() const | Document layout options used by the processor. |
get_SignOptions() const | SignOptions object with various signing options. |
get_WarningCallback() const | Warning callback used by the processor. |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
ProcessorContext() | |
set_CertificateHolder(const System::SharedPtr<Aspose::Words::DigitalSignatures::CertificateHolder>&) | CertificateHolder object with certificate that used to sign file. |
set_FontSettings(const System::SharedPtr<Aspose::Words::Fonts::FontSettings>&) | Font settings used by the processor. |
set_SignOptions(const System::SharedPtr<Aspose::Words::DigitalSignatures::SignOptions>&) | SignOptions object with various signing options. |
set_WarningCallback(const System::SharedPtr<Aspose::Words::IWarningCallback>&) | Warning callback used by the processor. |
static Type() |
See Also
- Class ProcessorContext
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++