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.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
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 methodGetSignState
Get the verification status of the signature.
Public methodIsSignatureInAATLorEUTL
Whether the signature is in the AATL or EUTL.
Public methodIsValid
Checks if the object is valid.
Public methodStatic memberLoadAATLandEUTL
Load the AATL and EUTL certificates.
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