Click or drag to resize

PdfSecurityManagerGetSecuredPdfBytes(String) Method

Apply the security settings to the source PDF document and return the PDF document with security options applied

Namespace: ExpertPdf.PDFSecurity
Assembly: epsecurepdf (in epsecurepdf.dll) Version: 9.0
Syntax
public byte[] GetSecuredPdfBytes(
	string srcPdfFile
)

Parameters

srcPdfFile  String
The PDF document full path

Return Value

Byte
The secured PDF document as an array of bytes
See Also