Aspose::BarCode::Generation::BarcodeParameters::get_EnableEscape method

BarcodeParameters::get_EnableEscape method

Indicates whether explains the character “" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "” will be explained as a special escape character. Otherwise, “" acts as normal characters.

bool Aspose::BarCode::Generation::BarcodeParameters::get_EnableEscape() const

Remarks

Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \CR stands for CR.

See Also