Click or drag to resize

PdfDecoderGetImageInfo Method (Stream)

Returns information about the first page of the PDF document.

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override ImageInfo GetImageInfo(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The Stream that holds the PDF document. It is assumed that the Stream position points is at the start of the PDF document.

Return Value

Type: ImageInfo
An instance of a PdfImageInfo.
Remarks
To obtain the PDF specific information, the ImageInfo return value must be cast to a PdfImageInfo.
See Also