DocumentSave Method
Saves the PDF document as byte array that can be further saved into a file or sent over HTTP to a browser.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
Public Function Save As Byte()
public:
array<unsigned char>^ Save()
member Save : unit -> byte[]
Return Value
ByteThe byte array representation of the document.