Click or drag to resize

PdfOutlineCollectionAddFirst(String) Method

Adds a new PdfOutline with the specified title at the start of the PdfOutlineCollection.

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

Parameters

title  String
The title of a new PdfOutline added at the start of the PdfOutlineCollection.

Return Value

PdfOutline
The new PdfOutline with the specified title.
Exceptions
ExceptionCondition
ArgumentNullExceptiontitle is .
See Also