|
Hello.
I Use Leadtool V15(15.0.1.3) and VB.Net 2005
I load TIF File (16bpp, Grayscale) and draw annotations on the image I burn annotations on this image then, the image change into 24bpp.
I use this code
-------------------------------------------------------- For i = 0 To pBox.Objects.Count - 1 Dim obj As AnnObject
obj = pBox.Objects(i)
obj.Draw(pImg.CreateGdiPlusGraphics.Graphics)
Next --------------------------------------------------------
'pbox is annotation container 'pImg is RasterImage(16bpp TIF Image)
I want to keep bitperpixel of the image How to do?
please help me. ps. I don't use automation
|