AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : LoadRaw Method |
Sets the number of bits to process.
Valid values are 0 to 15. Zero means to use all the bits specified by the lBitDepth. Anything else restricts the number of bits to interpret.
Sets the type of pixel system of the image to be loaded.
This value can be some combination of the values in the enumPixelType enumeration.
Visual Basic |
---|
Public Sub LoadRaw( _ ByVal bEnabled As Boolean, _ ByVal lWidth As Long, _ ByVal lHeight As Long, _ ByVal lStride As Long, _ ByVal lBitDepth As Long, _ ByVal lBytesPerPixel As Long, _ ByVal lHighBitIndex As Long, _ ByVal lPixelTypeBitmask As Long _ ) |
Sets the number of bits to process.
Valid values are 0 to 15. Zero means to use all the bits specified by the lBitDepth. Anything else restricts the number of bits to interpret.
Sets the type of pixel system of the image to be loaded.
This value can be some combination of the values in the enumPixelType enumeration.
ImagXpress Object | ImagXpress Members | LoadRaw | Loading