PDFKit.NET 2.0 Class Library (.NET 2.0)

Document.PasswordRequired Method 

This method checks if a password is required to open this document.

public static bool PasswordRequired(
   BinaryReader reader
);

Parameters

reader
Read the document from this reader.

Return Value

True if a password is required, otherwise false.

Remarks

This method does not use exceptions.

See Also

Document Class | TallComponents.PDF Namespace