Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

LineWidth Property








Holds the resulting line width of the resized image data.
Syntax
public int LineWidth {get;}
'Declaration
 
Public ReadOnly Property LineWidth As Integer
'Usage
 
Dim instance As RasterBufferResize
Dim value As Integer
 
value = instance.LineWidth
public int LineWidth {get;}
 get_LineWidth(); 
public:
property int LineWidth {
   int get();
}

Property Value

The resulting line width of the resized image data.
Example
For an example, refer to RasterBufferResize.
Requirements

Target Platforms

See Also

Reference

RasterBufferResize Class
RasterBufferResize Members

Error processing SSI file