Aspose::Pdf::Forms::NumberField class

NumberField class

TextField with specified valid chars.

class NumberField : public Aspose::Pdf::Forms::TextBoxField

Methods

MethodDescription
get_AllowedChars() constGets the allowed chars.
NumberField()Initializes a new instance of the NumberField class.
NumberField(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>)Initializes a new instance of the NumberField class.
NumberField(System::SharedPtr<Document>, System::SharedPtr<Rectangle>)Initializes a new instance of the NumberField class.
set_AllowedChars(System::String)Sets the allowed chars.

See Also