Table of Contents

Method RemovePathAt

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

RemovePathAt(int)

Removes the path at the specified index of this annotation paths.

public void RemovePathAt(int index)

Parameters

index int

The zero-based index of the path to remove.

Exceptions

UnexpectedStructureException

The internal PDF structure does not contain the corresponding required value, or the value has an unexpected type.

ArgumentOutOfRangeException

index is less than 0 or greater than the number of paths.