Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Lines Property








Gets the number of lines in the Data or DataArraybuffers.
Syntax
public int Lines {get;}
'Declaration
 
Public ReadOnly Property Lines As Integer
'Usage
 
Dim instance As ColorResolutionCommandDataEventArgs
Dim value As Integer
 
value = instance.Lines
public int Lines {get;}
public int getLines()
 get_Lines(); 
public:
property int Lines {
   int get();
}

Property Value

The number of lines in the Data or DataArraybuffers.
Example
For an example, refer to ColorResolutionCommandDataEventArgs
Requirements

Target Platforms

See Also

Reference

ColorResolutionCommandDataEventArgs Class
ColorResolutionCommandDataEventArgs Members

Error processing SSI file