Click or drag to resize

PdfTypeArraySetAt(Int32, PdfTypeBase, PdfIndirectList) Method

Sets the element at the specified index

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public void SetAt(
	int index,
	PdfTypeBase value,
	PdfIndirectList list
)

Parameters

index  Int32
The zero-based index of the element to get or set.
value  PdfTypeBase
The element which should be setted at the specified index.
list  PdfIndirectList
The list of objects.

Return Value

The element at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the Array
ArgumentNullExceptionvalue or list is null.
See Also