PictureFormat.HasTransparencyColor Property
Publisher Developer Reference |
Returns a Boolean that indicates whether a transparency color has been applied to the specified picture. Read-only.
Syntax
expression.HasTransparencyColor
expression A variable that represents a PictureFormat object.
Return Value
Boolean
Example
The following example returns a list of the pictures with transparency colors in the active publication.
Visual Basic for Applications |
---|
|
See Also