Click or drag to resize

PdfSignerLinkContentBuilderConfiguration Class

Content for PDF document which can be shown for signing by a hyperlink in the client application and with supporting build content for signing from document by ASDSoft.SignTools.Pdf.
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.Server.ContentDocumentSignerLinkContentBuilderConfiguration
    ASDSoft.WebSigner.Server.ContentPdfSignerLinkContentBuilderConfiguration

Namespace:  ASDSoft.WebSigner.Server.Content
Assembly:  ASDSoft.WebSigner.Server.SignTools.Pdf (in ASDSoft.WebSigner.Server.SignTools.Pdf.dll) Version: 2.5.0
Syntax
C#
[SerializableAttribute]
public sealed class PdfSignerLinkContentBuilderConfiguration : DocumentSignerLinkContentBuilderConfiguration

The PdfSignerLinkContentBuilderConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodPdfSignerLinkContentBuilderConfiguration
Base constructor for manual configuration.
Public methodPdfSignerLinkContentBuilderConfiguration(IPdfSignerConfiguration)
Constructor for pre-configuration from another configuration.
Public methodPdfSignerLinkContentBuilderConfiguration(String)
Constructor for pre-configuration from configuration file.
Top
Properties
  NameDescription
Public propertyAdesLevel
PAdES/XAdES/CAdES level for signature.
(Inherited from DocumentSignerLinkContentBuilderConfiguration.)
Public propertyCanRepairPdf
If PDF has not yet been signed, then can allow edit PDF for signature compliance if need.
Public propertySignatureAppearance
Definition for visual signature.
Public propertySignatureBufferKbSize
Size of basic buffer in PDF for signature content without size for TSA and OCSP. Default is 8 kB.
Public propertySignatureHashAlgorithm
Hash algorithm for compute digest of document.
(Inherited from DocumentSignerLinkContentBuilderConfiguration.)
Public propertySignatureInfo
Basic information for new signature.
Public propertyTSAName
The configured TSA name used for the signature timestamp. If not specified, then timestamp will not be inserted.
(Inherited from DocumentSignerLinkContentBuilderConfiguration.)
Top
See Also