Click or drag to resize

PdfOutlineCollectionRemoveLast Method

Removes the PdfOutline at the end of the PdfOutlineCollection.

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