Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

ResourceType Property






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

Error processing SSI file