WasWrongPassword
IPDFDocument4 :: General document management :: Common

See Also
Collapse All

Determines if the password was invalid when the document was opened or appended.

Syntax

VARIANT_BOOL WasWrongPassword { get; }
Value
VARIANT_TRUE if an invalid password was input during a previous operation (opening or appending), VARIANT_FALSE otherwise

Remarks

If a call to Open, OpenFromBLOB, or Append failed, this property indicates that the wrong password was input or another error occurred.

See Also

Reference