Aspose.Barcode for PHP via Java Generation and Recognition API docs
PatchFormat Class Reference

Public Attributes

const PATCH_ONLY = 0
 
const A4 = 1
 
const A4_LANDSCAPE = 2
 
const US_LETTER = 3
 
const US_LETTER_LANDSCAPE = 4
 

Detailed Description

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

Member Data Documentation

◆ A4

const PatchFormat::A4 = 1

Generates A4 format page with PatchCodes as borders and optional QR in the center

◆ A4_LANDSCAPE

const PatchFormat::A4_LANDSCAPE = 2

Generates A4 landscape format page with PatchCodes as borders and optional QR in the center

◆ PATCH_ONLY

const PatchFormat::PATCH_ONLY = 0

Generates PatchCode only

◆ US_LETTER

const PatchFormat::US_LETTER = 3

Generates US letter format page with PatchCodes as borders and optional QR in the center

◆ US_LETTER_LANDSCAPE

const PatchFormat::US_LETTER_LANDSCAPE = 4

Generates US letter landscape format page with PatchCodes as borders and optional QR in the center