Click or drag to resize

PdfImageInfo Constructor (Int32, Document, Int32)

Initializes a new instance of the PdfImageInfo class

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 PdfImageInfo(
	int resolution,
	Document document,
	int pageIndex
)

Parameters

resolution
Type: SystemInt32
document
Type: Atalasoft.Imaging.Codec.PdfDocument
pageIndex
Type: SystemInt32
See Also