EVO PDF Logo

DocumentSave Method

EVO PDF Client for .NET Framework
Saves the PDF document as byte array that can be further saved into a file or sent over HTTP to a browser.

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public byte[] Save()

Return Value

Type: Byte
The PDF document data
See Also

Reference