PdfDocumentCreateTopOutline Method
Creates a top level outline in document
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfOutline CreateTopOutline(
string text,
PdfDestination destination
)
Public Function CreateTopOutline (
text As String,
destination As PdfDestination
) As PdfOutline
public:
PdfOutline^ CreateTopOutline(
String^ text,
PdfDestination^ destination
)
member CreateTopOutline :
text : string *
destination : PdfDestination -> PdfOutline
- text String
- The outline text
- destination PdfDestination
- The outline destination inside the PDF document
PdfOutlineThe created outline