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

Namespace: TallComponents.PDF.PDFA
Assembly: TallComponents.PDF.PDFA (in TallComponents.PDF.PDFA.dll) Version: 1.0.1.0

Syntax

C#
public static bool PasswordRequired(
	BinaryReader reader
)
Visual Basic
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.

See Also