'DeclarationPublic Function TwainSetPixelType( _ ByVal PixelType As TwainPixelType _ ) As Boolean
public bool TwainSetPixelType( TwainPixelType PixelType )
public function TwainSetPixelType( PixelType: TwainPixelType ): Boolean;
public function TwainSetPixelType( PixelType : TwainPixelType ) : boolean;
public: bool TwainSetPixelType( TwainPixelType PixelType )
public: bool TwainSetPixelType( TwainPixelType PixelType )
Parameters
- PixelType
 - A member of the TwainPixelType enumeration.
 
Return Value
            True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
            methods for diagnosing the error.
            
