LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

ResourceType Property

Show in webframe





Gets or sets the resource type.
Syntax
public ScreenCaptureResourceType ResourceType {get; set;}
'Declaration
 
Public Property ResourceType As ScreenCaptureResourceType
'Usage
 
Dim instance As ScreenCaptureInformation
Dim value As ScreenCaptureResourceType
 
instance.ResourceType = value
 
value = instance.ResourceType

            

            
public:
property ScreenCaptureResourceType ResourceType {
   ScreenCaptureResourceType get();
   void set (    ScreenCaptureResourceType value);
}

Property Value

In the case of an EXE capture, this will be filled with a ScreenCaptureResourceType value that indicates the type of resource that was captured.
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.