Object Reference > Chart2D Object > 2DChart Object Methods > SaveImageAsPngBytes Method (Chart2D) |
SaveImageAsPngBytes Method (Chart2D)
Performs the same as the existing functions SaveImageAsPng() except that the image data is not saved to a file, but is returned in a Byte array (memory only) if successful and Empty if it fails.
Function SaveImageAsPngBytes(Interlace As Boolean)
Part |
Type |
Description |
Interlace |
Boolean |
Set to True to create an interlaced PNG file. |
See Also