Contents

init(url:)

Creates a document properties object from document data at the URL you specify.

Declaration

init(url: URL)

Parameters

  • url:

    The URL that points to the document data.

Discussion

When you initialize a document properties object with a URL, UIKit automatically finds the corresponding metadata and stores it in the document properties object’s metadata property.

See Also

Creating a document header