All functions
Mac OS X
Windows
Crossplatform
Server
Components
Guides
Statistic
New in version:
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
2.9
3.0
3.1
3.2
Screenshot
Component: Screenshot
Version: 1.0
Mac OS X: Works
Windows: Works
Server: Works
MBS( "Screenshot" ; ScreenID; Format; Quality; Filename )
Parameters
| Parameter | Description | Example value |
|---|---|---|
| ScreenID | Zero Based index of the screens. If blank "0" is assumed | 0 |
| Format | The format of the file (currently only JPEG is supported) | JPEG |
| Quality | The quality of the image. From 0 to 1024. | 512 |
| Filename | The desired file name | MyCoolFile |
Result
Returns the image as a container value so you can assign it to a container.
Description
Takes a screenshot of the screen indicated by the "ScreenID" parameter.Use "Set Field" to set the result of this function into any container field. On PCs only the main monitor is supported, screen id 0.
Updated for Mac OS X 10.7 in plugin version 2.5.
Examples
Capture screen as JPEG:
Let(
[
/*-----------------PARAMETERS--------------------*/
ScreenID = 0;
Format = "JPEG";
Quality = 512;
Filename = "MyCoolFile"
];
/*-------------------FUNCTION----------------------*/
MBS(
"Screenshot";
ScreenID ;
Format ;
Quality ;
Filename
)
)
Feedback: Report problem or ask question.
Links
MBS Real Studio PDF Plugins - Nachhilfe in Eich