DataBarParameters

DataBarParameters class

Namespace: Aspose.Barcode.Generation

Databar parameters.

Constructors

NameDescription
__construct

Methods

NameStaticDescription
is2DCompositeComponentNoEnables flag of 2D composite component with DataBar barcode
isAllowOnlyGS1EncodingNoIf this flag is set, it allows only GS1 encoding standard for Databar barcode types
set2DCompositeComponentNoEnables flag of 2D composite component with DataBar barcode
setAllowOnlyGS1EncodingNoIf this flag is set, it allows only GS1 encoding standard for Databar barcode types

Properties

NameRead/WriteDescription
AspectRatioRead/WriteHeight/Width ratio of 2D BarCode module. Used for DataBar stacked.
ColumnsRead/WriteColumns count.
RowsRead/WriteRows count.

DataBarParameters__construct(DataBarParametersDTO $dataBarParametersDto)

ParameterTypeDescription
$dataBarParametersDtoDataBarParametersDTO

is2DCompositeComponentis2DCompositeComponent()

Enables flag of 2D composite component with DataBar barcode

isAllowOnlyGS1EncodingisAllowOnlyGS1Encoding()

If this flag is set, it allows only GS1 encoding standard for Databar barcode types

set2DCompositeComponentset2DCompositeComponent(bool $value)

Enables flag of 2D composite component with DataBar barcode

ParameterTypeDescription
$valuebool

setAllowOnlyGS1EncodingsetAllowOnlyGS1Encoding(bool $value)

If this flag is set, it allows only GS1 encoding standard for Databar barcode types

ParameterTypeDescription
$valuebool

AspectRatio

Access: Read/Write

Height/Width ratio of 2D BarCode module. Used for DataBar stacked.

Height/Width ratio of 2D BarCode module. Used for DataBar stacked.

ParameterTypeDescription
$valuefloat

Columns

Access: Read/Write

Columns count.

Columns count.

ParameterTypeDescription
$valueint

Rows

Access: Read/Write

Rows count.

Rows count.

ParameterTypeDescription
$valueint