DataBarParameters

DataBarParameters class

Databar parameters.

public class DataBarParameters : joint.BaseJavaClass

Constructors

NameDescription
DataBarParameters(object)Initializes a new instance of the DataBarParameters class.

Methods

NameDescription
getAspectRatioHeight/Width ratio of 2D BarCode module. Used for DataBar stacked.
getColumnsColumns count.
getRowsRows count.
init
is2DCompositeComponentEnables flag of 2D composite component with DataBar barcode.
isAllowOnlyGS1EncodingIf this flag is set, it allows only GS1 encoding standard for Databar barcode types.
set2DCompositeComponent(object)Enables flag of 2D composite component with DataBar barcode.
setAllowOnlyGS1Encoding(object)If this flag is set, it allows only GS1 encoding standard for Databar barcode types.
setAspectRatio(object)Height/Width ratio of 2D BarCode module. Used for DataBar stacked.
setColumns(object)Columns count.
setRows(object)Rows count.
toStringReturns a human-readable string representation of this DataBarParameters.

See Also