Contents

selectionsByLine()

Returns an array of selections, one for each line of text covered by the receiver.

Declaration

func selectionsByLine() -> [PDFSelection]

Discussion

If you call this method on a PDFSelection object that represents a paragraph, for example, selectionsByLine returns an array that contains one PDFSelection object for each line of text in the paragraph.

See Also

Getting Information About a Selection