PdfDocumentCreateTopOutline Method
Creates a top level outline in document
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.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