Aspose::Words::LowCode::SignerContext class

SignerContext class

Document signer context.

class SignerContext : public Aspose::Words::LowCode::ProcessorContext

Methods

MethodDescription
get_CertificateHolder() constCertificateHolder object with certificate that used to sign file.
get_FontSettings() constFont settings used by the processor.
get_LayoutOptions() constDocument layout options used by the processor.
get_SignOptions() constSignOptions object with various signing options.
get_WarningCallback() constWarning 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