public static final class

BarcodeOptions.BarcodeTypeGroup

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.BarcodeOptions.BarcodeTypeGroup

Class Overview

A set of flags used to specify a subset of barcode types. Can be bitwise OR-ed to combine multiple groups.

Summary

Constants
int e_aztec
int e_data_matrix
int e_four_state
int e_gs1_databar_stacked
int e_linear
int e_maxi
int e_micro_pdf417
int e_micro_qr
int e_none
int e_patch_code
int e_pdf417
int e_pharma_code
int e_post_net_planet
int e_qr
Public Constructors
BarcodeTypeGroup()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int e_aztec

Constant Value: 64 (0x00000040)

public static final int e_data_matrix

Constant Value: 32 (0x00000020)

public static final int e_four_state

Constant Value: 4 (0x00000004)

public static final int e_gs1_databar_stacked

Constant Value: 8 (0x00000008)

public static final int e_linear

Constant Value: 1 (0x00000001)

public static final int e_maxi

Constant Value: 128 (0x00000080)

public static final int e_micro_pdf417

Constant Value: 1024 (0x00000400)

public static final int e_micro_qr

Constant Value: 256 (0x00000100)

public static final int e_none

Constant Value: 0 (0x00000000)

public static final int e_patch_code

Constant Value: 2048 (0x00000800)

public static final int e_pdf417

Constant Value: 512 (0x00000200)

public static final int e_pharma_code

Constant Value: 4096 (0x00001000)

public static final int e_post_net_planet

Constant Value: 2 (0x00000002)

public static final int e_qr

Constant Value: 16 (0x00000010)

Public Constructors

public BarcodeTypeGroup ()