LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

ExeName Property

Show in webframe





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:
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

See Also

Reference

ScreenCaptureInformation Class
ScreenCaptureInformation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.