Click or drag to resize

PdfTextFieldPassword Property

Gets or sets the form field's "Password" flag.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public bool Password { get; set; }

Property Value

Type: Boolean
Remarks

If true, the text field shows **** as a user types masking the input; if false, the form field's text is a normal text field.

This property can not be changed if IsLocked is true.

See Also