DocumentInfo
struct DocumentInfo
Information about the PDF document
-
The title of the PDF document
Declaration
Swift
var title: String = "" -
The author of the PDF document
Declaration
Swift
var author: String = NSFullUserName() -
The subject of the PDF document
Declaration
Swift
var subject: String = "Song lyrics and chords" -
The creator of the PDF document
Declaration
Swift
var pdfCreator: String = "Chord Provider" -
The page size of the PDF document
Declaration
Swift
let pageRect: CGRect = PDFBuild.a4portraitPage -
The page padding of the PDF document
Declaration
Swift
let pagePadding: CGFloat = PDFBuild.pagePadding -
Metadata info for the PDF document
Declaration
Swift
var dictionary: [CFString: String]
View on GitHub