Click or drag to resize
DocumentSave Method
Saves the PDF document as byte array that can be further saved into a file or send over HTTP.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public byte[] Save()

Return Value

Type: Byte
The byte array representation of the document.
See Also