NumberField

Overview

NumberField is a class in Aspose.PDF FOSS for C++.

This class provides 3 methods for working with NumberField objects in C++ programs. Available methods include: AllowedChars, NumberField. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
NumberField()Calls NumberField on this NumberField instance.
AllowedChars()std::stringCalls AllowedChars on this NumberField instance.
AllowedChars(value: std::string)Calls AllowedChars(value) on this NumberField instance.

See Also