PdfTextFieldIsPercent Property |
Gets a value indicating if the form field is a percent field.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 5.7.0.0 (5.7.0.0)
Syntaxpublic bool IsPercent { get; }Public ReadOnly Property IsPercent As Boolean
Get
Property Value
Type:
Boolean
Remarks
If true, this form field is formatted to contain a percent; otherwise false.
See AlsoReference
PdfTextFieldIsPercent