| TwainConstantsgetPixelTypeName Method  | 
            Returns the readable name of the pixel type.
            
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string getPixelTypeName(
	int pixelType
)
Public Shared Function getPixelTypeName ( 
	pixelType As Integer
) As String
public:
static String^ getPixelTypeName(
	int pixelType
)
static member getPixelTypeName : 
        pixelType : int -> string 
Parameters
- pixelType
 - Type: SystemInt32
 
Return Value
Type: 
String
See Also