Click or drag to resize
Pdftools logo

OutlineItemListAdd Method


Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Navigation
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax
C#
public void Add(
	OutlineItem item
)

Parameters

item  OutlineItem
 

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionif item is .
See Also