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)
Syntaxpublic bool IsNumber { get; }Public ReadOnly Property IsNumber As Boolean
Get
Property Value
Type:
Boolean
Remarks
If true, this form field is formatted to contain a number; otherwise false.
See Also