File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
programming/maui/api-reference Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class BarcodeResultItem extends CapturedResultItem
2626
2727| Property | Type | Description |
2828| -------- | ---- | ----------- |
29- | [`Format`](#format) | *long * | Get the format of the barcode. |
29+ | [`Format`](#format) | *[EnumBarcodeFormat]({{ site.dbr_maui_api }}enum/barcode-format.html) * | Get the format of the barcode. |
3030| [`FormatString`](#formatstring) | *string* | Get the format text of the barcode. |
3131| [`Text`](#text) | *string* | Get the decode text of the barcode. |
3232| [`Bytes`](#bytes) | *byte[]* | Get the decode byte of the barcode. |
@@ -50,7 +50,7 @@ The following properties are inherited from class [`CapturedResultItem`]({{ site
5050Get the format of the barcode . This format will be one of the [`EnumBarcodeFormat `]({{site .dbr_maui_api }}enum / barcode - format .html ) items .
5151
5252```csharp
53- long Format { get ; }
53+ EnumBarcodeFormat Format { get ; }
5454```
5555
5656### FormatString
You can’t perform that action at this time.
0 commit comments