Accusoft.NotateXpress13.Net
Brand Method




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.
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 bitsPerPixel As Integer _
) 
'Usage
 
Dim instance As LayerCollection
Dim bitsPerPixel As Integer
 
instance.Brand(bitsPerPixel)
public void Brand( 
   int bitsPerPixel
)
public: void Brand( 
   int bitsPerPixel
) 
public:
void Brand( 
   int bitsPerPixel
) 

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

Reference

LayerCollection Class
LayerCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback