public static final class

BarcodeOptions.BarcodeOrientation

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

Class Overview

A set of flags used to specify the barcode orientation(s). Can be bitwise OR-ed to search for multiple orientations. Orientation only affects the following barcode types: e_linear, e_post_net_planet, e_four_state, e_gs1_databar_stacked, e_pdf417, e_micro_pdf417, e_patch_code and e_pharma_code.

Summary

Constants
int e_diagonal
int e_horizontal
int e_vertical
Public Constructors
BarcodeOrientation()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int e_diagonal

Constant Value: 4 (0x00000004)

public static final int e_horizontal

Constant Value: 1 (0x00000001)

public static final int e_vertical

Constant Value: 2 (0x00000002)

Public Constructors

public BarcodeOrientation ()