Brands or permanently draws the currently visible annotations directly into the client image according to the given bits per pixel.
Syntax
'Declaration
Public Sub Brand( _
ByVal As Integer _
)
'Usage
Dim instance As LayerCollection
Dim bitsPerPixel As Integer
instance.Brand(bitsPerPixel)
public: void Brand(
int
)
public:
void Brand(
int
)
Parameters
- bitsPerPixel
- An integer which represents the bits per pixel for the resulting image. For example, if you set this number to 24, the resulting image created in the ImagXpress control is a 24-bit image. The other valid values are 1, 4, and 8.
See Also