Click or drag to resize

PdfQuadrilateralCollectionInsert Method

Inserts an item to the IListT at the specified index.

Namespace:  Atalasoft.PdfDoc.Geometry
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Insert(
	int index,
	PdfQuadrilateral item
)

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: Atalasoft.PdfDoc.GeometryPdfQuadrilateral
The object to insert into the IListT.

Implements

IListTInsert(Int32, T)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the IListT.
NotSupportedException The IListT is read-only.
See Also