Properties
Previous Top Next

Property:  Auto: Boolean
Description
To automatically copy the captured image to the clipboard when the auto property is true.

Property: Delay: Boolean
Description
To change the time between minimizing the main form and the time that the snapshot takes place set the delay property.

Property: Minimize: Boolean
Description
To automatically minimize the main form of the application before a capture and to automatically restore the main form, set the Minimize property to true.

Property: MonitorNum: Integer
Description
This provided support for auto-detecting active window so that caller can know where in the bitmap image the active window was.  Instead of relying on the cursor to determine the screen to capture from, you can now override by setting a MonitorNum=0,1,2,3,etc. property.  Default of -1 causes it to use monitor where the mouse is located.

Property: ObjectLeft  Integer;
Description
X pos of active object (during desktop capture)

Property: ObjectRight  Integer;
Description
Y pos of active object (during desktop capture)

Property: ObjectTop Integer;
Description
Width pos of active object (during desktop capture)

Property: ObjectBottom  Integer;
Description
Height pos of active object (during desktop capture)

Property: ShowCursor: Boolean
Description
To include the screen cursor in a capture of the desktop. Note: This property is supported only by the CaptureDesktop function.  All other capture functions do not support the ShowCursor property.

Property: ShowHint: Boolean
Description
To display a hint showing the dimensions of the captured bitmap in the CaptureSelection and CapturePolyline methods. If ShowHint is true the hint is displayed. If ShowHint is false then the hint is not displayed.
 
Property ShowInfoDialog: Boolean;
Description
Displays a small window at the top right side of the screen to display user interaction information with apprehend

Property Version: string;
Description
Apprehend version number.... currently 6.0.

Copyright © 1986-2012 by Adirondack Software & Graphics