ImageGear .NET - Updated
CertificationSignature Class
Members 




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Signatures Namespace : CertificationSignature Class
Represents a certification signature in a PDF document.
Object Model
CertificationSignature Class
Syntax
'Declaration
 
Public Class CertificationSignature 
   Inherits Signature
'Usage
 
Dim instance As CertificationSignature
public class CertificationSignature : Signature 
public __gc class CertificationSignature : public Signature 
public ref class CertificationSignature : public Signature 
Remarks
A certification signature is used to certify the integrity and authenticity of the original document. It is also used to specify what kinds of changes are permitted (such as filling in forms and annotations), and where changes of course should be added at the end of the PDF.
Inheritance Hierarchy

System.Object
   ImageGear.Formats.PDF.ImGearPDFObject
      ImageGear.Formats.PDF.Signatures.Signature
         ImageGear.Formats.PDF.Signatures.CertificationSignature

See Also

Reference

CertificationSignature Members
ImageGear.Formats.PDF.Signatures Namespace