CreateFromFile

Document.CreateFromFile method

Creates a document from a file.

public static Document CreateFromFile(string filePath)
Parameter Type Description
filePath String The document file path.

Return Value

The created document.

See Also