Click or drag to resize

CPDFSignature Class

Signature
Inheritance Hierarchy
SystemObject
  ComPDFKit.DigitalSignCPDFSignature

Namespace:  ComPDFKit.DigitalSign
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public class CPDFSignature

The CPDFSignature type exposes the following members.

Properties
  NameDescription
Public propertyDate
Time of the signature
Public propertyFieldName
Signature form field name
Public propertyFilter
Get the signature's Filter
Public propertyLocation
Get the CPU hostname or physical location of the signature.
Public propertyModifyInfoList
List of document modification information
Public propertyName
Signer's name
Public propertyPermissions
Permission settings for the digital signature.
Public propertyReason
Reason for the signature
Public propertyStatic memberSignCertTrustedFolder

Certificate trust path folder.

When trusting a certificate, the certificate will be added to this folder.

When verifying the trustworthiness of a certificate, it will check if the certificate is located in this path.

Public propertySignerList
List of signers
Public propertySubFilter
Get the signature's SubFilter
Top
Methods
  NameDescription
Public methodGetPageBound
Get the rectangular area position of the signature within the page.
Public methodGetPageIndex
Get the page number where the signature is located.
Public methodGetSignatureWidget
Get the CPDFSignatureWidget object where the signature is located.
Public methodIsValid
Checks if the object is valid.
Public methodRelease
Release the CPDFSignature
Public methodVerifySignatureWithDocument
Refresh the status of this signature, including whether the signature is valid, trusted, or expired.
Top
See Also