2#ifndef PDFTRON_H_CPPPDFBarcodeOptions
3#define PDFTRON_H_CPPPDFBarcodeOptions
209#include "../Impl/BarcodeOptions.inl"
BarcodeOptions & SetDataOutputFormat(OutputFormat value)
BarcodeOptions & SetBarcodeOrientations(UInt32 value)
BarcodeProfile GetBarcodeProfile()
UInt32 GetBarcodeSearchTypes()
BarcodeOptions & SetBarcodeSearchTypes(UInt32 value)
BarcodeOptions & SetPages(const UString &value)
UInt32 GetBarcodeOrientations()
BarcodeOptions & SetBarcodeProfile(BarcodeProfile value)
OutputFormat GetDataOutputFormat()
@ e_low_quality_source_profile
This profile is useful for scanned paper of very poor quality, such as a very low resolution or a lot...
@ e_natural_picture_profile
This profile should be selected for natural pictures, such as photographs of real-world objects that ...
@ e_small_barcodes_profile
This profile is suitable for vector graphics or scanned paper containing an unusually small barcode....
@ e_high_quality_source_profile
The default profile assumes an input quality of mediocre to high, such as vector graphics,...
@ e_binary
The barcode data will be returned as a Base64-encoded binary stream.
@ e_auto
The default setting. The barcode data will be decoded to a string if possible. Otherwise,...