| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pdftron.pdf.BarcodeOptions.OutputFormat | |
An enumeration used to specify the format of the data output.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BarcodeOptions.OutputFormat | e_auto | The default setting. | |||||||||
| BarcodeOptions.OutputFormat | e_binary | The barcode data will be returned as a Base64-encoded binary stream. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static BarcodeOptions.OutputFormat | valueOf(String name) | ||||||||||
| final static OutputFormat[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The default setting. The barcode data will be decoded to a string if possible. Otherwise, a Base64-encoded binary stream will be used.
The barcode data will be returned as a Base64-encoded binary stream.