ComHelperOpenFile Method (String) |
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Document OpenFile(
string filename
)
Public Function OpenFile (
filename As String
) As Document
public:
Document^ OpenFile(
String^ filename
)
member OpenFile :
filename : string -> Document
Parameters
- filename
- Type: SystemString
The name of the pdf document file.
Return Value
Type:
DocumentDocument object
See Also