Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

GrayscaleCommand Constructor(Int32)








Value indicating the number of bits in the destination image. Valid values are 8, 12, or 16.
Initializes a new instance of the GrayscaleCommand class with explicit parameters.
Syntax
public GrayscaleCommand( 
   int bitsPerPixel
)
'Declaration
 
Public Function New( _
   ByVal bitsPerPixel As Integer _
)
'Usage
 
Dim bitsPerPixel As Integer
 
Dim instance As New GrayscaleCommand(bitsPerPixel)
public GrayscaleCommand( 
   int bitsPerPixel
)
- (instancetype)initWithBitsPerPixel:(NSInteger)bitsPerPixel
public GrayscaleCommand(int bitsPerPixel)
function GrayscaleCommand( 
   bitsPerPixel 
)
public:
GrayscaleCommand( 
   int bitsPerPixel
)

Parameters

bitsPerPixel
Value indicating the number of bits in the destination image. Valid values are 8, 12, or 16.
Example
For an example, refer to GrayscaleCommand.
Requirements

Target Platforms

See Also

Reference

GrayscaleCommand Class
GrayscaleCommand Members
Overload List

Error processing SSI file