[]
Renders the current page to an image in PNG format and returns it as a byte array.
public byte[] ToPngBytes(PngOptions options = null)
Public Function ToPngBytes(Optional options As PngOptions = Nothing) As Byte()
Type | Name | Description |
---|---|---|
PngOptions | options | The set of parameters for the output PNG image. |
Type | Description |
---|---|
byte[] | The byte array with image data in PNG format. |