Click or drag to resize

PdfTextFieldIsNumber Property

Gets a value indicating if the form field is a number field.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.7.0.0 (5.7.0.0)
Syntax
public bool IsNumber { get; }

Property Value

Type: Boolean
Remarks

If true, this form field is formatted to contain a number; otherwise false.

See Also