ShapeList
SaveAsEMF Method
|
Save shapes to EMF.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void SaveAsEMF(
int shapeIndex,
string filePath
)
Public Sub SaveAsEMF (
shapeIndex As Integer,
filePath As String
)
public:
void SaveAsEMF(
int shapeIndex,
String^ filePath
)
member SaveAsEMF :
shapeIndex : int *
filePath : string -> unit
Parameters
-
shapeIndex
-
Type:
System
Int32
Represents the shape index in the indicated slide's shapes collection
-
filePath
-
Type:
System
String
Return Value
Type:
See Also