CreateDocumentOptions
Data transport class to abstract common options in document creation.
Gets the provided content-type.
Gets the import ancestor, if any.
Gets the response to create the document for.
Gets the text source that came with the response.
public CreateDocumentOptions(IResponse response, IConfiguration configuration, IDocument ancestor = null)
Creates a new set of document options from the given response with
the provided configuration.