CPDFOutlineInsertChildAtIndex Method |
Creates an outline object and inserts the outline object at the specified index.
Namespace:
ComPDFKit.PDFDocument
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
Syntaxpublic bool InsertChildAtIndex(
CPDFDocument document,
int index,
ref CPDFOutline outline
)
Parameters
- document
- Type: ComPDFKit.PDFDocumentCPDFDocument
CPDFDocument object. - index
- Type: SystemInt32
Child item index of outline. - outline
- Type: ComPDFKit.PDFDocumentCPDFOutline
The new index object.
Return Value
Type:
BooleanReturns true on success, false on failure.
See Also