Click or drag to resize

PdfOutlineCollectionRemoveFirst Method

Removes the PdfOutline at the start of the PdfOutlineCollection.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public void RemoveFirst()
Exceptions
ExceptionCondition
InvalidOperationExceptionThe PdfOutlineCollection is empty.
See Also