Click or drag to resize

PdfTextFieldPercentFormat Property

Gets or sets an object representing the percent format this text field should use.

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

Property Value

Type: PdfPercentFormat
Remarks

Setting a percent format value will remove any DateFormat or NumberFormat set.

See Also