2 #ifndef PDFTRON_H_CPPPDFBarcodeOptions
3 #define PDFTRON_H_CPPPDFBarcodeOptions
7 namespace pdftron{
namespace PDF{
209 #include "../Impl/BarcodeOptions.inl"
210 #endif // PDFTRON_H_CPPPDFBarcodeOptions
BarcodeProfile GetBarcodeProfile()
BarcodeOptions & SetBarcodeOrientations(UInt32 value)
BarcodeOptions & SetDataOutputFormat(OutputFormat value)
This profile is suitable for vector graphics or scanned paper containing an unusually small barcode...
The barcode data will be returned as a Base64-encoded binary stream.
The default setting. The barcode data will be decoded to a string if possible. Otherwise, a Base64-encoded binary stream will be used.
BarcodeOptions & SetBarcodeSearchTypes(UInt32 value)
This profile should be selected for natural pictures, such as photographs of real-world objects that ...
This profile is useful for scanned paper of very poor quality, such as a very low resolution or a lot...
BarcodeOptions & SetPages(const UString &value)
BarcodeOptions & SetBarcodeProfile(BarcodeProfile value)
OutputFormat GetDataOutputFormat()
UInt32 GetBarcodeSearchTypes()
The default profile assumes an input quality of mediocre to high, such as vector graphics, or an average to high quality scan of a flat paper. This setting provides the fastest barcode read performance.
UInt32 GetBarcodeOrientations()