Sets or returns the transparent color of the image in the control.
Read-write property
Visual Basic |
---|
Public Property PictureTransparentColor As OLE_COLOR |
A Ulong value which represents the transparent color of the image in the control.
If the PictureTransparent property is True when an image is loaded into the control using the Picture or hDIB properties, the background under the image will show through the image wherever the transparent color set by the PictureTransparentColor property appears in the image when the image is printed.
Note: Some printers do not support transparent images.