ComplexCodetextReader Class |
Namespace: Aspose.BarCode.ComplexBarcode
The ComplexCodetextReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() ![]() | TryDecodeSwissQR |
Decodes SwissQR codetext.
|
[C#] using (var cr = new BarCodeReader("SwissQRCodetext.png", DecodeType.QR)) { cr.Read(); SwissQRCodetext result = ComplexCodetextReader.TryDecodeSwissQR(cr.GetCodeText()); }