Click or drag to resize

PdfImageCollectionInsert Method

Inserts a PdfImage into this collection 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 void Insert(
	int index,
	PdfImage image
)

Parameters

index
Type: SystemInt32
The index to insert into.
image
Type: Atalasoft.Imaging.Codec.PdfPdfImage
The PdfImage to insert.
See Also