Winnovative PDF Security Library
GetUnSecuredPdfBytes Method (srcPdfFile, password)
NamespacesWinnovative.PDFSecurityPdfSecurityManagerGetUnSecuredPdfBytes(String, String)
Winnovative PDF Security Library
Remove all the security settings from source PDF document and return the PDF document with security options removed
Declaration Syntax
C#Visual BasicVisual C++
public byte[] GetUnSecuredPdfBytes(
	string srcPdfFile,
	string password
)
Public Function GetUnSecuredPdfBytes ( _
	srcPdfFile As String, _
	password As String _
) As Byte()
public:
array<unsigned char>^ GetUnSecuredPdfBytes(
	String^ srcPdfFile, 
	String^ password
)
Parameters
srcPdfFile (String)
The PDF document full path
password (String)
The user or owner password to open the PDF document
Return Value
The secured PDF document as an array of bytes

Assembly: Winnovative.PDFSecurity (Module: Winnovative.PDFSecurity) Version: 2.0.0.0 (2.0.0.0)