PdfSecurityManagerGetSecuredPdfBytes(String) Method |
Apply the security settings to the source PDF document
and return the PDF document with security options applied
Namespace: ExpertPdf.PDFSecurityAssembly: epsecurepdf (in epsecurepdf.dll) Version: 9.0
Syntaxpublic byte[] GetSecuredPdfBytes(
string srcPdfFile
)
Public Function GetSecuredPdfBytes (
srcPdfFile As String
) As Byte()
Parameters
- srcPdfFile String
- The PDF document full path
Return Value
ByteThe secured PDF document as an array of bytes
See Also