Table of Contents

Property PasswordField

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

PasswordField

Gets or sets a value indicating whether this text box is intended for entering a secure password that should not be echoed visibly to the screen. Characters typed from the keyboard should instead be echoed in some unreadable form, such as asterisks or bullet characters.

public bool PasswordField { get; set; }

Property Value

bool

true if this text box is intended for entering a secure password; otherwise, false.