PresentationAI
UploadPresentation Method
|
Uploads powerpoint to the AI service.
Namespace:
Spire.Presentation.AI
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public string UploadPresentation(
Presentation presentation,
string name
)
Public Function UploadPresentation (
presentation As Presentation,
name As String
) As String
public:
String^ UploadPresentation(
Presentation^ presentation,
String^ name
)
member UploadPresentation :
presentation : Presentation *
name : string -> string
Parameters
-
presentation
-
Type:
Spire.Presentation
Presentation
presentation.
-
name
-
Type:
System
String
file name.
Return Value
Type:
String
A result contains the file path on ai server as a string.
See Also