PdfOutlineCollectionAddLast(String) Method |
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public PdfOutline AddLast(
string title
)
Public Function AddLast (
title As String
) As PdfOutline
Parameters
- title String
- The title of a new PdfOutline added at the end of the PdfOutlineCollection.
Return Value
PdfOutline
The new
PdfOutline with the specified title.
Exceptions Exception | Condition |
---|
ArgumentNullException | title is . |
See Also