Click or drag to resize

PdfOutlineCollectionAddFirst(PdfOutline) Method

Adds the specified PdfOutline at the start of the PdfOutlineCollection.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public void AddFirst(
	PdfOutline outline
)

Parameters

outline  PdfOutline
The PdfOutline to add at the start of the PdfOutlineCollection.
Exceptions
ExceptionCondition
ArgumentNullExceptionoutline is .
InvalidOperationExceptionoutline belongs to another PdfOutlineCollection.
See Also