Aspose::BarCode::Generation::PatchFormat enum

PatchFormat enum

PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders.

enum class PatchFormat

Values

NameValueDescription
PatchOnly0Generates PatchCode only.
A41Generates A4 format page with PatchCodes as borders and optional QR in the center.
A4_LANDSCAPE2Generates A4 landscape format page with PatchCodes as borders and optional QR in the center.
US_Letter3Generates US letter format page with PatchCodes as borders and optional QR in the center.
US_Letter_LANDSCAPE4Generates US letter landscape format page with PatchCodes as borders and optional QR in the center.

See Also