Aspose::BarCode::Generation::ITFParameters class
Contents
[
Hide
]ITFParameters class
ITF parameters.
class ITFParameters : public System::Object
Methods
Method | Description |
---|---|
get_ItfBorderThickness() const | Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. |
get_ItfBorderType() const | Border type of ITF barcode. Default value: ITF14BorderType.Bar. |
get_QuietZoneCoef() | Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. |
set_ItfBorderThickness(System::SharedPtr<Unit>) | Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. |
set_ItfBorderType(ITF14BorderType) | Border type of ITF barcode. Default value: ITF14BorderType.Bar. |
set_QuietZoneCoef(int32_t) | Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. |
ToString() const override | Returns a human-readable string representation of this ITFParameters. |
See Also
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++