ResourceType Property

Summary

Gets or sets the resource type.

Syntax
C#
VB
C++
public ScreenCaptureResourceType ResourceType { get; set; } 
  
Public Property ResourceType As ScreenCaptureResourceType 
public: 
property ScreenCaptureResourceType ResourceType { 
   ScreenCaptureResourceType get(); 
   void set (    ScreenCaptureResourceType ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly