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

Show in webframe

BorderWidth Property






Gets or sets the border width.
Syntax
public int BorderWidth {get; set;}
'Declaration
 
Public Property BorderWidth As Integer
'Usage
 
Dim instance As ScreenCaptureObjectOptions
Dim value As Integer
 
instance.BorderWidth = value
 
value = instance.BorderWidth

            

            
public:
property int BorderWidth {
   int get();
   void set (    int value);
}

Property Value

Border width, in pixels, of the highlighted object.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms

See Also

Reference

ScreenCaptureObjectOptions Structure
ScreenCaptureObjectOptions Members

Error processing SSI file