Table of Contents

Method HasSignature

Namespace
DocWright.Core.Imaging
Assembly
DocWright.Core.dll

HasSignature(byte[])

Returns true when the bytes begin with the PNG signature.

public static bool HasSignature(byte[] bytes)

Parameters

bytes byte[]

The candidate image bytes.

Returns

bool