Leadtools.Barcode Namespace > DatamatrixBarcodeData Class : Symbology Property |
[BrowsableAttribute(false)] public override BarcodeSymbology Symbology {get; set;}
'Declaration <BrowsableAttribute(False)> Public Overrides Property Symbology As BarcodeSymbology
'Usage Dim instance As DatamatrixBarcodeData Dim value As BarcodeSymbology instance.Symbology = value value = instance.Symbology
[BrowsableAttribute(false)] public override BarcodeSymbology Symbology {get; set;}
ObjectiveC Syntax
Java Syntax
BrowsableAttribute() get_Symbology();
set_Symbology(value);
[BrowsableAttribute(false)] public: property BarcodeSymbology Symbology { BarcodeSymbology get() override; void set ( BarcodeSymbology value) override; }
This property overrides the base BarcodeData.Symbology and will always return BarcodeSymbology.Datamatrix. Attempting to set this property to any other symbology value is illegal and will result in an System.ArgumentException being thrown.
For an example, refer to DatamatrixBarcodeData.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2