PdfSecurityManagerGetUnSecuredPdfBytes(Byte, String) Method |
Remove all the security settings from source PDF document
and return the PDF document with security options removed
Namespace: ExpertPdf.PDFSecurityAssembly: epsecurepdf (in epsecurepdf.dll) Version: 9.0
Syntaxpublic byte[] GetUnSecuredPdfBytes(
byte[] srcPdfBytes,
string password
)
Public Function GetUnSecuredPdfBytes (
srcPdfBytes As Byte(),
password As String
) As Byte()
Parameters
- srcPdfBytes Byte
- The PDF document as an array of bytes
- password String
- The user or owner password to open the PDF document
Return Value
ByteThe secured PDF document as an array of bytes
See Also