'Declaration
Public Function TwainIsPixelTypeAvailable( _ ByVal PixelType As TwainPixelType _ ) As Boolean
public bool TwainIsPixelTypeAvailable( TwainPixelType PixelType )
public function TwainIsPixelTypeAvailable( PixelType: TwainPixelType ): Boolean;
public function TwainIsPixelTypeAvailable( PixelType : TwainPixelType ) : boolean;
public: bool TwainIsPixelTypeAvailable( TwainPixelType PixelType )
public: bool TwainIsPixelTypeAvailable( TwainPixelType PixelType )
Parameters
- PixelType
- A member of the TwainPixelType enumeration.
Return Value
True if the (PixelType) pixel type is available else False.