IsPasswordEditBox
IPDFDocument4 :: Annotations

See Also
Collapse All

This property gets or sets the value indicating if the edit control is for secure data entry.

Syntax

VARIANT_BOOL IsPasswordEditBox { get; set; }
Value
VARIANT_TRUE if the edit control is for secure data entry, VARIANT_FALSE otherwise.

Remarks

If set to VARIANT_TRUE, the field is intended for entering a secure password that should not be echoed visibly to the screen. Characters typed from the keyboard should be echoed in some unreadable form, such as asterisks or bullet characters.

See Also

Reference