Table of Contents

Method RemoveAt

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

RemoveAt(int)

Removes the element at the specified index of the PdfList<T>.

public void RemoveAt(int index)

Parameters

index int

The zero-based index of the element to remove.