LoadOptions

LoadOptions()

Initializes a new instance of the LoadOptions class with automatic format detection.

public LoadOptions()

See Also


LoadOptions(FileFormat)

Initializes a new instance of the LoadOptions class with an explicit file format.

public LoadOptions(FileFormat fileFormat)
Parameter Type Description
fileFormat FileFormat The file format of the document to load. This bypasses automatic format detection, which is especially useful when loading documents from streams that lack a file extension.

See Also