TwainGetAvailablePixelTypeNo Method (GdPictureImaging)
Returns an available pixel type value which can be used by the opened source in its current
configuration.
public function TwainGetAvailablePixelTypeNo(
: Integer
): TwainPixelType;
public function TwainGetAvailablePixelTypeNo(
: int
) : TwainPixelType;
'Declaration
Public Function TwainGetAvailablePixelTypeNo( _
ByVal As Integer _
) As TwainPixelType
Parameters
- Number
- Index of the available pixel type value. Must be a value between 1 and
TwainGetAvailablePixelTypeCount() returned value.
Return Value
TwainPixelType. The selected pixel type value. A member of the TwainPixelType enumeration.