| ST15XXNativeInputHeight Property  |   | 
            Gets the native height of the input surface.
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic override int NativeInputHeight { get; }Public Overrides ReadOnly Property NativeInputHeight As Integer
	Get
public:
virtual property int NativeInputHeight {
	int get () override;
}abstract NativeInputHeight : int with get
override NativeInputHeight : int with get
Property Value
Type: 
Int32
            The native height of the input surface.
            
See Also