Loading...
Searching...
No Matches
BarcodeOptions.h
Go to the documentation of this file.
1// This file is autogenerated: please see the codegen template "Options"
2#ifndef PDFTRON_H_CPPPDFBarcodeOptions
3#define PDFTRON_H_CPPPDFBarcodeOptions
4
5#include <PDF/OptionsBase.h>
6
7namespace pdftron{ namespace PDF{
8
205
206}
207}
208
209#include "../Impl/BarcodeOptions.inl"
210#endif // PDFTRON_H_CPPPDFBarcodeOptions
BarcodeOptions & SetDataOutputFormat(OutputFormat value)
BarcodeOptions & SetBarcodeOrientations(UInt32 value)
BarcodeProfile GetBarcodeProfile()
BarcodeOptions & SetBarcodeSearchTypes(UInt32 value)
BarcodeOptions & SetPages(const UString &value)
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,...
TRN_UInt32 UInt32
Definition BasicTypes.h:13