PDFExternalDocument
public class PDFExternalDocument
Document object used for including an external PDF document
-
File URL to an external document
Declaration
Swift
public private(set) var url: URL { get }
-
Array of page indicies which should be included from external documents
Note
An empty array will be result in all pages to be included.Declaration
Swift
public var pages: [Int]