Table of Contents

Method GetPngBytes

Namespace
DocWright.Core.Metafiles
Assembly
DocWright.Core.dll

GetPngBytes()

Returns a copy of the PNG file bytes.

public byte[] GetPngBytes()

Returns

byte[]

The PNG bytes.

Remarks

A copy rather than the array, because a display list is handed to layout and to tests and neither should be able to mutate what the other sees.