Enum BarcodeOptions.OutputFormat
An enumeration used to specify the format of the data output.
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum BarcodeOptions.OutputFormat
Fields
Name | Description |
---|---|
e_auto | The default setting. The barcode data will be decoded to a string if possible. Otherwise, a Base64-encoded binary stream will be used. |
e_binary | The barcode data will be returned as a Base64-encoded binary stream. |