Click or drag to resize

PdfDecoderGetImageInfo Method (Stream, Int32)

Returns information about the given 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,
	int frameIndex
)

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.
frameIndex
Type: SystemInt32
The zero-based index of the page from which to return information.

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