File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
programming/objectivec-swift/api-reference Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments