This method checks if a password is required to open this document.
Namespace:
TallComponents.PDFAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.43.0
Syntax
| C# |
|---|
public static bool PasswordRequired( BinaryReader reader ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function PasswordRequired ( _ reader As BinaryReader _ ) As Boolean |
Parameters
- reader
- Type: System.IO..::.BinaryReader
Read the document from this reader.
Return Value
True if a password is required, otherwise false.
Remarks
This method does not use exceptions.