XFINIUM.PDF Documentation
IsPdfFileOwnerPassword Method



Stream that contains the PDF file.
Password to verify.
Verifies if the password matches the owner password set on the PDF file.
Syntax
'Declaration
 
Public Shared Function IsPdfFileOwnerPassword( _
   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.IsPdfFileOwnerPassword(stream, password)
public static bool IsPdfFileOwnerPassword( 
   Stream stream,
   string password
)
public:
static bool IsPdfFileOwnerPassword( 
   Stream^ stream,
   String^ password
) 

Parameters

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

Return Value

True if the password is the owner password, false if the password is not the owner 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