Table of Contents

Method Play

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

Play(byte[]?, long?)

Plays a metafile payload, ignoring the reason for failure.

public static MetafileDisplayList? Play(byte[]? bytes, long? maxPixels)

Parameters

bytes byte[]

The complete metafile bytes.

maxPixels long?

The per-bitmap pixel ceiling, or null for none.

Returns

MetafileDisplayList

The display list, or null when the payload could not be played.