LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)
LEAD Technologies, Inc

ExeName Property






Gets or sets the EXE file name.
Syntax
public string ExeName {get; set;}
'Declaration
 
Public Property ExeName As String
'Usage
 
Dim instance As ScreenCaptureInformation
Dim value As String
 
instance.ExeName = value
 
value = instance.ExeName
public string ExeName {get; set;}
 get_ExeName();
set_ExeName(value);
public:
property String^ ExeName {
   String^ get();
   void set (    String^ value);
}

Property Value

In case of EXE capture, this will be filled with a character string of the name of the Exe.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenCaptureInformation Class
ScreenCaptureInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.