'Declaration <DescriptionAttribute("Aztec symbol type")> <CategoryAttribute("Aztec")> <DefaultValueAttribute(Undefined)> Public Property AztecSymbol As Vintasoft.Barcode.BarcodeInfo.AztecSymbolType
[Description("Aztec symbol type")] [Category("Aztec")] [DefaultValue(Undefined)] public Vintasoft.Barcode.BarcodeInfo.AztecSymbolType AztecSymbol { get; set; }
[Description("Aztec symbol type")] [Category("Aztec")] [DefaultValue(Undefined)] public: __property Vintasoft.Barcode.BarcodeInfo.AztecSymbolType get_AztecSymbol(); public: __property void set_AztecSymbol(
Vintasoft.Barcode.BarcodeInfo.AztecSymbolType value
);
[Description("Aztec symbol type")] [Category("Aztec")] [DefaultValue(Undefined)] public:
property Vintasoft.Barcode.BarcodeInfo.AztecSymbolType AztecSymbol { Vintasoft.Barcode.BarcodeInfo.AztecSymbolType get(); void set(Vintasoft.Barcode.BarcodeInfo.AztecSymbolType value); }