child(at:)
Returns the child outline object at the specified index.
Declaration
func child(at index: Int) -> PDFOutline?Discussion
The index is zero-based. This method throws an exception if index is out of range.
Returns the child outline object at the specified index.
func child(at index: Int) -> PDFOutline?The index is zero-based. This method throws an exception if index is out of range.