ISlide
SaveAsEMF Method (String, Int32, Int32)
|
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void SaveAsEMF(
string filePath,
int width,
int height
)
Sub SaveAsEMF (
filePath As String,
width As Integer,
height As Integer
)
void SaveAsEMF(
String^ filePath,
int width,
int height
)
abstract SaveAsEMF :
filePath : string *
width : int *
height : int -> unit
Parameters
-
filePath
-
Type:
System
String
-
width
-
Type:
System
Int32
-
height
-
Type:
System
Int32
See Also