Winnovative PDF Security Library
GetSecuredPdfBytes Method (srcPdfFile)
NamespacesWinnovative.PDFSecurityPdfSecurityManagerGetSecuredPdfBytes(String)
Winnovative PDF Security Library
Apply the security settings to the source PDF document and return the PDF document with security options applied
Declaration Syntax
C#Visual BasicVisual C++
public byte[] GetSecuredPdfBytes(
	string srcPdfFile
)
Public Function GetSecuredPdfBytes ( _
	srcPdfFile As String _
) As Byte()
public:
array<unsigned char>^ GetSecuredPdfBytes(
	String^ srcPdfFile
)
Parameters
srcPdfFile (String)
The PDF document full path
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)