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