DataBarParameters Class

Databar parameters.
Inheritance Hierarchy
SystemObject
  Aspose.BarCode.GenerationDataBarParameters

Namespace:  Aspose.BarCode.Generation
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public class DataBarParameters

The DataBarParameters type exposes the following members.

Properties
  NameDescription
Public propertyAspectRatio
Height/Width ratio of 2D BarCode module. Used for DataBar stacked.
Public propertyColumns
Columns count.
Public propertyIs2DCompositeComponent
Enables flag of 2D composite component with DataBar barcode
Public propertyIsAllowOnlyGS1Encoding
If this flag is set, it allows only GS1 encoding standard for Databar barcode types
Public propertyRows
Rows count.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a human-readable string representation of this DataBarParameters.
(Overrides ObjectToString.)
See Also