Default constructor.
Overload List
Default constructor.
public MPXFile();
Copy constructor.
public MPXFile(MPXFile);
This constructor gets a source file from which the contents of the MPX file are read.
public MPXFile(FileInfo);
This constructor is the primary mechanism for reading an existing MPX file.
public MPXFile(Stream);
This constructor is the primary mechanism for reading an existing MPX file.
public MPXFile(Stream,Encoding);
This constructor gets a source file path from which the contents of the MPX file are read.
public MPXFile(string);
See Also
MPXFile Class | Aspose.Tasks Namespace