Click or drag to resize

PdfImageCollectionItem Property

Gets the PdfImage at the specified index.

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.Pdf (in Atalasoft.dotImage.Pdf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfImage this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the PdfImage to get.

Property Value

Type: PdfImage
See Also