Click or drag to resize

PdfSigningInfo Class

Configuration for signing content of document type PDF.
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.Server.ApiPdfSigningInfo

Namespace:  ASDSoft.WebSigner.Server.Api
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.3.0
Syntax
C#
[DataContractAttribute]
public class PdfSigningInfo

The PdfSigningInfo type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCanRepairPdf
Allowing trying to repair PDF if not valid for signing. It is not specified, used default size true.
Public propertyCode exampleSignatureBufferKbSize
Base buffer size for the signature store in kB without TSA and OCSP. It is not specified, used default size 8 kB.
Top
See Also