PdfFileInfo.PasswordType

PdfFileInfo.PasswordType property

Returns the type of password which was passed for creating PdfFileInfo instance. See possible values in PasswordType. Pay attention that pdf document can be opened using both user (or open) password and owner (or permissions, edit) password.

public PasswordType PasswordType { get; }

See Also