Click or drag to resize

TextWidgetAnnotationIsPassword Property

Gets or sets a value indicating whether this instance is password. If true, a PDF viewer should display neutral marks for each of the characters entered. Note that fields values are stored in the PDF file without any encryption. Labeling a field as a password does not imply any security on how that value is stored in the file. At the very least client code should consider encrypting the the output PDF to prevent the password from being stored in clear text.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
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 this instance is password; otherwise, false.
See Also