VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormSignatureField Class / SignatureInfo Property
Syntax Requirements SeeAlso
In This Topic
    SignatureInfo Property (PdfInteractiveFormSignatureField)
    In This Topic
    Gets or sets a signature information containing the signature and specifying various attributes of the signature field.
    Syntax
    'Declaration
    
    <CategoryAttribute("Value")>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)>
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("A signature information containing the signature and specifying various attributes of the signature field.")>
    Public Property SignatureInfo As Vintasoft.Imaging.Pdf.Tree.DigitalSignatures.PdfSignatureInformation
    
    
    [Category("Value")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    [DefaultValue(null)]
    [Description("A signature information containing the signature and specifying various attributes of the signature field.")]
    public Vintasoft.Imaging.Pdf.Tree.DigitalSignatures.PdfSignatureInformation SignatureInfo { get; set; }
    
    
    [Category("Value")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    [DefaultValue(null)]
    [Description("A signature information containing the signature and specifying various attributes of the signature field.")]
    public: __property Vintasoft.Imaging.Pdf.Tree.DigitalSignatures.PdfSignatureInformation* get_SignatureInfo();
    public: __property void set_SignatureInfo(
    Vintasoft.Imaging.Pdf.Tree.DigitalSignatures.PdfSignatureInformation* value
    );
    [Category("Value")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    [DefaultValue(null)]
    [Description("A signature information containing the signature and specifying various attributes of the signature field.")]
    public:
    property Vintasoft.Imaging.Pdf.Tree.DigitalSignatures.PdfSignatureInformation^ SignatureInfo { Vintasoft.Imaging.Pdf.Tree.DigitalSignatures.PdfSignatureInformation^ get(); void set(Vintasoft.Imaging.Pdf.Tree.DigitalSignatures.PdfSignatureInformation^ value); }
    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