BarcodeField

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

SignatureDescription
Resolution()intCalls Resolution on this BarcodeField instance.
Caption()std::stringCalls Caption on this BarcodeField instance.
Symbology()Forms::SymbologyCalls Symbology on this BarcodeField instance.
XSymWidth()intCalls XSymWidth on this BarcodeField instance.
XSymHeight()intCalls XSymHeight on this BarcodeField instance.
ECC()intCalls ECC on this BarcodeField instance.

See Also