BarcodeField
Overview
BarcodeField is a class in Aspose.PDF FOSS for C++.
This class provides 6 methods for working with BarcodeField objects in C++ programs.
Available methods include: Caption, ECC, Resolution, Symbology, XSymHeight, XSymWidth.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Resolution() → int | Calls Resolution on this BarcodeField instance. |
Caption() → std::string | Calls Caption on this BarcodeField instance. |
Symbology() → Forms::Symbology | Calls Symbology on this BarcodeField instance. |
XSymWidth() → int | Calls XSymWidth on this BarcodeField instance. |
XSymHeight() → int | Calls XSymHeight on this BarcodeField instance. |
ECC() → int | Calls ECC on this BarcodeField instance. |