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

Show in webframe

ResourceId Property






Gets or sets the resource id.
Syntax
public string ResourceId {get; set;}
'Declaration
 
Public Property ResourceId As String
'Usage
 
Dim instance As ScreenCaptureInformation
Dim value As String
 
instance.ResourceId = value
 
value = instance.ResourceId

            

            
public:
property String^ ResourceId {
   String^ get();
   void set (    String^ value);
}

Property Value

In case of an Exe capture, this will be filled with a character string containing the resource id of the 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