ComHelperOpenFile Method (String)
Just create and return Document using filename. The same as Document(Stream).

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public Document OpenFile(
	string filename
)

Parameters

filename
Type: SystemString
The name of the pdf document file.

Return Value

Type: Document
Document object
See Also