Click or drag to resize

ApiLocationToolsSaveLocationAsJpeg Method

Saves the current location as a jpeg file with a specified filename, a maximum size and a specified quality level

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void SaveLocationAsJpeg(
	string aFilename,
	Size aMaxSize,
	int aJpegQuality = 90
)

Parameters

aFilename
Type: SystemString
The specified filename for the jpeg file
aMaxSize
Type: System.WindowsSize
The specified maximum size for the image
aJpegQuality (Optional)
Type: SystemInt32
The specified quality level of the image. Default value is set to 90
See Also