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

PatchCode format. More...

Inherits Enum.

Static Public Attributes

int PATCH_ONLY = 0
 Generates PatchCode only. More...
 
int A4 = 1
 Generates A4 format page with PatchCodes as borders and optional QR in the center. More...
 
int A4_LANDSCAPE = 2
 Generates A4 landscape format page with PatchCodes as borders and optional QR in the center. More...
 
int US_LETTER = 3
 Generates US letter format page with PatchCodes as borders and optional QR in the center. More...
 
int US_LETTER_LANDSCAPE = 4
 Generates US letter landscape format page with PatchCodes as borders and optional QR in the center. More...
 

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

int A4 = 1
static

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

◆ A4_LANDSCAPE

int A4_LANDSCAPE = 2
static

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

◆ PATCH_ONLY

int PATCH_ONLY = 0
static

Generates PatchCode only.

◆ US_LETTER

int US_LETTER = 3
static

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

◆ US_LETTER_LANDSCAPE

int US_LETTER_LANDSCAPE = 4
static

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