Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 802 Bytes

DataBarParams.md

File metadata and controls

19 lines (14 loc) · 802 Bytes

aspose_barcode_cloud.model.DataBarParams

Load the model package

import 'package:aspose_barcode_cloud/aspose_barcode_cloud.dart';

Databar parameters.

Properties

Name Type Description Notes
aspectRatio double Height/Width ratio of 2D BarCode module. Used for DataBar stacked. [optional] [default to null]
columns int Columns count. [optional] [default to null]
rows int Rows count. [optional] [default to null]
is2DCompositeComponent bool Enables flag of 2D composite component with DataBar barcode [optional] [default to null]
isAllowOnlyGS1Encoding bool If this flag is set, it allows only GS1 encoding standard for Databar barcode types [optional] [default to null]