Sets or returns the transparent picture flag.
Read-write property
Visual Basic |
---|
Public Property PictureTransparent As Boolean |
A boolean value which is True to make the background transparent. Otherwise, False should be used.
When the PictureTransparent property is True, the background under the image will show through the image wherever the transparent color appears in the image. The transparent color is set by the PictureTransparentColor property.
Note: Some printers might not support transparent images.