SignerContext
SignerContext class
Document signer context
public class SignerContext : ProcessorContext
Constructors
Properties
| Name | Description |
|---|
| 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