ScreenRecordingThroughClipboard
property
Delphi
property ScreenRecordingThroughClipboard: Boolean read GetScreenRecordingThroughClipboard write SetScreenRecordingThroughClipboard default DEF_ScreenRecordingThroughClipboard;
C++Builder
__property bool ScreenRecordingThroughClipboard = {read=GetScreenRecordingThroughClipboard, write=SetScreenRecordingThroughClipboard, default=0};
C#
public bool ScreenRecordingThroughClipboard { get; set; }
VB.NET
Public Property ScreenRecordingThroughClipboard As Boolean
C++/Qt
BOOL GetScreenRecordingThroughClipboard ();
void SetScreenRecordingThroughClipboard (BOOL Value);
Uses the clipboard to perform the screen recording. When enabled, the clipboard is used to perform the screen recording.
Enabling this property may let you capture more information than when it is disabled (by default).
If some parts of the screen are not properly captured or recorded, try to swich the value of this property.
Note: any existing clipboard data will be destroyed during preview or recording when this property is enabled.