ImageGear .NET v25.2 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Signatures Namespace / ApprovalSignature Class
Members




In This Topic
    ApprovalSignature Class
    In This Topic
    Represents an approval signature in a PDF document.
    Object Model
    ApprovalSignature Class
    Syntax
    'Declaration
     
    Public Class ApprovalSignature 
       Inherits Signature
    'Usage
     
    Dim instance As ApprovalSignature
    public class ApprovalSignature : Signature 
    public __gc class ApprovalSignature : public Signature 
    public ref class ApprovalSignature : public Signature 
    Remarks
    Approval signatures are used to mark the integrity of the document at the time of signing and to authenticate the signer. Such a signature just marks the current state of the document for future verification. Various approval signatures may be present in a document, one for each person that needs to sign, and should always have a visible representation in the form of a SignatureField to which it is associated.
    Inheritance Hierarchy

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

    See Also