'Declaration <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)> <DefaultValueAttribute(null)> <CategoryAttribute("Value")> <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
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)] [DefaultValue(null)] [Category("Value")] [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; }
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)] [DefaultValue(null)] [Category("Value")] [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
);
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)] [DefaultValue(null)] [Category("Value")] [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); }