Winnovative PDF Security Library Documentation

PdfSecurityManagerGetSecuredPdfBytes Method (String)

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

Namespace:  Winnovative.PDFSecurity
Assembly:  wnvsecurepdf (in wnvsecurepdf.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public byte[] GetSecuredPdfBytes(
	string srcPdfFile
)

Parameters

srcPdfFile
Type: SystemString
The PDF document full path

Return Value

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

Reference