Skip to content

Commit da2a44b

Browse files
update to internal commit afe577d2
1 parent 41f91ef commit da2a44b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming/maui/api-reference/barcode-result-item.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
5050
Get 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

0 commit comments

Comments
 (0)