Presentation Constructor (String, FileFormat)
|
Constructor
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Presentation(
string file,
FileFormat fileFormat
)
Public Sub New (
file As String,
fileFormat As FileFormat
)
public:
Presentation(
String^ file,
FileFormat fileFormat
)
new :
file : string *
fileFormat : FileFormat -> Presentation
Parameters
-
file
-
Type:
System
String
-
fileFormat
-
Type:
Spire.Presentation
FileFormat
See Also