Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
String
width
Int32
height
Int32

See Also