TPdfPng.GetPngInfo Method
Returns the basic information on a png file. Null if the file is not PNG.
Syntax
Namespace: FlexCel.Pdf
public static TPngInformation GetPngInfo(Stream PngImageData)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
PngImageData | Stream | Stream with the image data. |
Returns
Null if the image is invalid, or the image properties otherwise.