MonobjcMonobjc Documented Class Library
Parent Property
NamespacesMonobjc.QuartzPDFOutlineParent

Returns the parent outline object of the outline (returns NULL if called on the root outline object).

Original signature is '- (PDFOutline *)parent'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual PDFOutline Parent { get; }
Public Overridable ReadOnly Property Parent As PDFOutline
	Get
public:
virtual property PDFOutline^ Parent {
	PDFOutline^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)