 | PdfTypeArraySetAt(Int32, PdfTypeBase) Method |
Sets the element at the specified index
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic void SetAt(
int index,
PdfTypeBase value
)
Public Sub SetAt (
index As Integer,
value As PdfTypeBase
)
public:
void SetAt(
int index,
PdfTypeBase^ value
)
member SetAt :
index : int *
value : PdfTypeBase -> unit
public void SetAt(
int index,
PdfTypeBase value
)
function SetAt(index, value);
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.
Return Value
The element at the specified index.
Exceptions
See Also