XFINIUM.PDF Documentation
IsPdfFileUserPassword Method



Stream that contains the PDF file.
Password to verify.
Verifies if the password matches the user password set on the PDF file.
Syntax
'Declaration
 
Public Shared Function IsPdfFileUserPassword( _
   ByVal stream As Stream, _
   ByVal password As String _
) As Boolean
'Usage
 
Dim stream As Stream
Dim password As String
Dim value As Boolean
 
value = PdfFile.IsPdfFileUserPassword(stream, password)
public static bool IsPdfFileUserPassword( 
   Stream stream,
   string password
)
public:
static bool IsPdfFileUserPassword( 
   Stream^ stream,
   String^ password
) 

Parameters

stream
Stream that contains the PDF file.
password
Password to verify.

Return Value

True if the password is the user password, false if the password is not the user password or the file is not encrypted.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFile Class
PdfFile Members

Send Feedback