ImportDataFormat Enumeration
|
Represents source file format.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum ImportDataFormat
Public Enumeration ImportDataFormat
public enum class ImportDataFormat
Members
|
|
Member name
|
Value
|
Description
|
|
|
Ppt
|
0
|
PPT format.
|
|
|
Pptx
|
1
|
Pptx format.
|
|
|
Odp
|
2
|
Odp format.
|
See Also