Click or drag to resize

ApiLocationToolsSaveLocationAsXps Method

Saves the current location as an xps file with a specified filename

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void SaveLocationAsXps(
	string aFilename
)

Parameters

aFilename
Type: SystemString
The specified filename for the xps file
See Also