Reads the chunk header from the PNG file.

Namespace:  SGP.XImaging
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public bool ReadChunkHeader(
	out XPngFileChunk chunk
)

Parameters

chunk
Type: SGP.XImaging..::.XPngFileChunk %
Returns the read chunk header XPngFileChunk.

Return Value

Returns trueTruetruetrue (True in Visual Basic) whether the operation was successful.

See Also