VintaSoft Imaging .NET SDK 12.5: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormSignatureField Class
Members Object Syntax Remarks Example Hierarchy Requirements SeeAlso
In This Topic
    PdfInteractiveFormSignatureField Class
    In This Topic
    Provides information about digital signature interactive form field.
    Object Model
    PdfSignatureInformation PdfFont PdfInteractiveFormFieldAdditionalActions PdfInteractiveFormField PdfWidgetAnnotation PdfInteractiveFormFieldList PdfDocument PdfIndirectReference PdfBasicObject PdfInteractiveFormSignatureField
    Syntax
    'Declaration
    
    Public Class PdfInteractiveFormSignatureField
       Inherits PdfInteractiveFormField
    
    
    public class PdfInteractiveFormSignatureField : PdfInteractiveFormField
    
    
    public __gc class PdfInteractiveFormSignatureField : public PdfInteractiveFormField*
    
    
    public ref class PdfInteractiveFormSignatureField : public PdfInteractiveFormField^
    
    
    Remarks

    A signature field (PDF 1.3) is a form field that contains a digital signature.

    Example

    Example, which shows how to verify digital signature, can be found here: PdfSignatureInformation

    Example, which shows how to place digital signature on PDF page, can be found here: PdfPkcsSignature

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormField
             Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormSignatureField

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also