Renders the current page to a PDF document and returns it as a byte array.
'Declaration
Public Function ToPdfBytes( _
Optional ByVal As PdfOptions _
) As System.Byte()
Parameters
- options
- The set of parameters for the output PDF document.
Return Value
The byte array with a PDF document.