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