'Declaration Public Function ToPngBytes( _ Optional ByVal options As PngOptions _ ) As System.Byte()
public System.byte[] ToPngBytes( PngOptions options )
Parameters
- options
- The set of parameters for the output PNG image.
Return Value
The byte array with image data in PNG format.