Skip to content

Commit 9e94d29

Browse files
Merge pull request #370 from dynamsoft-docs/preview
update to internal commit b29ce7ce
2 parents 9afced4 + 37fa09c commit 9e94d29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

programming/objectivec-swift/api-reference/auxiliary-iPDF417Details.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ class PDF417Details : BarcodeDetails
3535
| Attributes | Type | Description |
3636
| ---------- | ---- | ----------- |
3737
| [`rows`](#rows) | *NSInteger* | The number of rows in the PDF417 barcode. |
38-
| [`codewords`](#columns) | *NSData* | The codewords of the PDF417 barcode. |
38+
| [`codewords`](#columns) | *NSArray<NSNumber\*> \** | The codewords of the PDF417 barcode. |
3939
| [`columns`](#columns) | *NSInteger* | The number of columns in the PDF417 barcode. |
4040
| [`errorCorrectionLevel`](#errorcorrectionlevel) | *NSInteger* | The error correction level of PDF417 code. |
41-
| [`hasLeftRowIndicator`](#hasleftrowindicator) | *NSInteger* |Indicates whether the left row indicator of the PDF417 code exists. |
42-
| [`hasRightRowIndicator`](#hasrightrowindicator) | *NSInteger* |Indicates whether the PDF417 barcode has the right row indicator. |
41+
| [`hasLeftRowIndicator`](#hasleftrowindicator) | *BOOL* |Indicates whether the left row indicator of the PDF417 code exists. |
42+
| [`hasRightRowIndicator`](#hasrightrowindicator) | *BOOL* |Indicates whether the PDF417 barcode has the right row indicator. |
4343

4444
### rows
4545

0 commit comments

Comments
 (0)