Aspose::BarCode::Generation::DotCodeParameters class
Contents
[
Hide
]DotCodeParameters class
DotCode parameters.
class DotCodeParameters : public System::Object
Methods
Method | Description |
---|---|
get_AspectRatio() | Height/Width ratio of 2D BarCode module. |
get_Columns() | Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1. |
get_DotCodeEncodeMode() const | Identifies DotCode encode mode. Default value: Auto. |
get_DotCodeStructuredAppendModeBarcodeId() const | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. |
get_DotCodeStructuredAppendModeBarcodesCount() const | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. |
get_ECIEncoding() const | Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1. |
get_IsReaderInitialization() const | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. |
get_Rows() | Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1. |
set_AspectRatio(float) | Height/Width ratio of 2D BarCode module. |
set_Columns(int32_t) | Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1. |
set_DotCodeEncodeMode(Aspose::BarCode::Generation::DotCodeEncodeMode) | Identifies DotCode encode mode. Default value: Auto. |
set_DotCodeStructuredAppendModeBarcodeId(int32_t) | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. |
set_DotCodeStructuredAppendModeBarcodesCount(int32_t) | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. |
set_ECIEncoding(ECIEncodings) | Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1. |
set_IsReaderInitialization(bool) | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. |
set_Rows(int32_t) | Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1. |
ToString() const override | Returns a human-readable string representation of this DotCodeParameters. |
See Also
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++