Contents

FileDocument.ReadConfiguration

The configuration for reading document contents.

Declaration

typealias ReadConfiguration = FileDocumentReadConfiguration

Discussion

This type is an alias for FileDocumentReadConfiguration, which contains a content type and a file wrapper that you use to access the contents of a document file. You get a value of this type as an input to the init(configuration:) initializer. Use it to load a document from a file.

See Also

Reading a document