Winnovative PDF Security Library
GetUnSecuredPdfBytes Method (srcPdfBytes, password)
NamespacesWinnovative.PDFSecurityPdfSecurityManagerGetUnSecuredPdfBytes(array<Byte>[]()[], 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(
	byte[] srcPdfBytes,
	string password
)
Public Function GetUnSecuredPdfBytes ( _
	srcPdfBytes As Byte(), _
	password As String _
) As Byte()
public:
array<unsigned char>^ GetUnSecuredPdfBytes(
	array<unsigned char>^ srcPdfBytes, 
	String^ password
)
Parameters
srcPdfBytes (array< Byte >[]()[])
The PDF document as an array of bytes
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)