Click or drag to resize

TextFormFieldIsPassword Property

Gets or sets a value indicating whether child fields should represent a password field.

Namespace:  Atalasoft.PdfDoc.Generating.Forms
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool IsPassword { get; set; }

Property Value

Type: Boolean
true if child fields should be password fields; otherwise, false.
See Also