'Declaration <CategoryAttribute("Barcode")> <DescriptionAttribute("The barcode symbology.")> Public Property BarcodeSymbology As Vintasoft.Imaging.Pdf.Tree.InteractiveForms.VintasoftBarcodeSymbologyType
[Category("Barcode")] [Description("The barcode symbology.")] public Vintasoft.Imaging.Pdf.Tree.InteractiveForms.VintasoftBarcodeSymbologyType BarcodeSymbology { get; set; }
[Category("Barcode")] [Description("The barcode symbology.")] public: __property Vintasoft.Imaging.Pdf.Tree.InteractiveForms.VintasoftBarcodeSymbologyType get_BarcodeSymbology(); public: __property void set_BarcodeSymbology(
Vintasoft.Imaging.Pdf.Tree.InteractiveForms.VintasoftBarcodeSymbologyType value
);
[Category("Barcode")] [Description("The barcode symbology.")] public:
property Vintasoft.Imaging.Pdf.Tree.InteractiveForms.VintasoftBarcodeSymbologyType BarcodeSymbology { Vintasoft.Imaging.Pdf.Tree.InteractiveForms.VintasoftBarcodeSymbologyType get(); void set(Vintasoft.Imaging.Pdf.Tree.InteractiveForms.VintasoftBarcodeSymbologyType value); }