The Brand method 'burns' or draws the currently visible annotations directly into the client image.
Visual Basic |
---|
Public Sub Brand( _ ByVal BitsPerPixel As Long _ ) |
- BitsPerPixel
The bits per pixel requested for the resulting image.
For example: If you set BitsPerPixel to 24, the resulting image created in the ImagXpress control is a 24-bit image. The other valid values are 1, 4, and 8.
If this method raises exception 3043, the likely cause is that ImagXpress does not have a valid DIB (Device Independent Bitmap) loaded.