'Declaration Public Function ToPdfBytes( _ Optional ByVal options As PdfOptions _ ) As System.Byte()
public System.byte[] ToPdfBytes( PdfOptions options )
Parameters
- options
- The set of parameters for the output PDF document.
Return Value
The byte array with a PDF document.