SignerContext

SignerContext class

Document signer context

public class SignerContext : ProcessorContext

Constructors

NameDescription
SignerContext()The default constructor.

Properties

NameDescription
CertificateHolder { get; set; }CertificateHolder object with certificate that used to sign file.
FontSettings { get; set; }Font settings used by the processor.
LayoutOptions { get; }Document layout options used by the processor.
SignOptions { get; set; }SignOptions object with various signing options.
WarningCallback { get; set; }Warning callback used by the processor.

See Also