string
A string representing the textual content for the entire document.
Declaration
var string: String? { get }Return Value
A string that represents the textual content of the entire document.
Discussion
Pages are delimited with linefeed characters.
This is a convenience method, equivalent to creating a selection object for the entire document and then invoking the PDFSelection class’s string method.