ImageGear .NET - Updated
SignatureField Class
Members 




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace : SignatureField Class
A signature field. Allows a document to be verified and certified for integrity and owner identity.
Object Model
SignatureField ClassSignature 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

Reference

SignatureField Members
ImageGear.Formats.PDF.Forms Namespace