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

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public byte[] Save()
Visual Basic
Public Function Save As Byte()
Visual C++
public:
array<unsigned char>^ Save()

Return Value

Type: array<Byte>[]()[][]
The byte array representation of the document.

See Also