Root > Reference > All Types > TSendScreenshot

Type TSendScreenshot

Previous pageReturn to chapter overviewNext page   

Specifies screen area.

 

Unit

ETypes

 

Syntax

 

Code (Delphi)

TSendScreenshot = (

ssNone,

ssForegroundWindow,

ssActiveWindow,

ssApplication,

ssWorkarea,

ssPrimary,

ssDesktop

);

 

Members

ssActiveWindow

Screen area occupied by window returned by GetActiveWindow.

ssApplication

Screen area occupied by all windows belonging to current application. E.g. bounding rectangle of all application's windows.

ssDesktop

Full virtual screen. The virtual screen is the bounding rectangle of all display monitors.

ssForegroundWindow

Screen area occupied by window returned by GetForegroundWindow.

ssNone

Do not take screenshot.

ssPrimary

Screen area of primary display monitor.

ssWorkarea

Work area on the primary display monitor. The work area is the portion of the screen not obscured by the system taskbar or by application desktop toolbars.

 

Remarks

This type indicate what screen area should be included for the screenshot.

 

ssNone disables screenshot.

 

ssDesktop captures full screenshot.

 

Other values captures only some part.

 

See also




Send feedback... Build date: 2023-09-11
Last edited: 2023-09-11
PRIVACY STATEMENT
The documentation team uses the feedback submitted to improve the EurekaLog documentation. We do not use your e-mail address for any other purpose. We will remove your e-mail address from our system after the issue you are reporting has been resolved. While we are working to resolve this issue, we may send you an e-mail message to request more information about your feedback. After the issues have been addressed, we may send you an email message to let you know that your feedback has been addressed.


Permanent link to this article: https://www.eurekalog.com/help/eurekalog/topic_type_etypes_tsendscreenshot.php