Click or drag to resize

CPDFOutlineRemoveFromParent Method

Removes the outline object from its parent.

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool RemoveFromParent(
	CPDFDocument document
)

Parameters

document
Type: ComPDFKit.PDFDocumentCPDFDocument
CPDFDocument object.

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also