Aspose::Pdf::Forms::BarcodeField::get_ECC method

BarcodeField::get_ECC method

Gets an integer value representing the error correction coefficient. For PDF417, shall be from 0 to 8. For QRCode, shall be from 0 to 3 (0 for ‘L’, 1 for ‘M’, 2 for ‘Q’, and 3 for ‘H’).

int32_t Aspose::Pdf::Forms::BarcodeField::get_ECC()

See Also