VintaSoft Imaging .NET SDK 15.1: 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")>
<DescriptionAttribute("A signature information containing the signature and specifying various attributes of the signature field.")>
<TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)>
<DefaultValueAttribute(null)>
Public Property SignatureInfo As Vintasoft.Imaging.Pdf.Tree.DigitalSignatures.PdfSignatureInformation

[Category("Value")]
[Description("A signature information containing the signature and specifying various attributes of the signature field.")]
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
[DefaultValue(null)]
public Vintasoft.Imaging.Pdf.Tree.DigitalSignatures.PdfSignatureInformation SignatureInfo { get; set; }

Requirements

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

See Also