ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / SignatureField Class
Members




In This Topic
    SignatureField Class
    In This Topic
    A signature field. Allows a document to be verified and certified for integrity and owner identity.
    Object Model
    SignatureField Class
    Syntax
    'Declaration
     
    Public NotInheritable Class SignatureField 
       Inherits Field
    'Usage
     
    Dim instance As SignatureField
    public sealed class SignatureField : Field 
    public __gc __sealed class SignatureField : public Field 
    public ref class SignatureField sealed : public Field 
    Remarks
    The following is an example of the SignatureField:

    ---

    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.Forms.Field
             ImageGear.Formats.PDF.Forms.SignatureField

    See Also