DocumentSave Method

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

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public byte[] Save()

Return Value

Byte
The PDF document data

See Also