[]
Renders the current page to a PDF document and returns it as a byte array.
public byte[] ToPdfBytes(PdfOptions options = null)
Public Function ToPdfBytes(Optional options As PdfOptions = Nothing) As Byte()
| Type | Name | Description |
|---|---|---|
| PdfOptions | options | The set of parameters for the output PDF document. |
| Type | Description |
|---|---|
| byte[] | The byte array with a PDF document. |