PdfDocumentCreateChildOutline Method
Creates a child outline with the given parent in the outline hierarchy
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfOutline CreateChildOutline(
string text,
PdfDestination destination,
PdfOutline parentOutline
)
Public Function CreateChildOutline (
text As String,
destination As PdfDestination,
parentOutline As PdfOutline
) As PdfOutline
public:
PdfOutline^ CreateChildOutline(
String^ text,
PdfDestination^ destination,
PdfOutline^ parentOutline
)
member CreateChildOutline :
text : string *
destination : PdfDestination *
parentOutline : PdfOutline -> PdfOutline
- text String
- The outline text
- destination PdfDestination
- The outline destination inside the PDF document
- parentOutline PdfOutline
- The parent outline in outlines hierarchy
PdfOutlineThe created outline