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: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public byte[] Save()

Return Value

Byte
The byte array representation of the document.

See Also