ImageGear PDF v25.2 - Updated
Opacity Property (ImGearARTPopupText)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTPopupText Class : Opacity Property
Gets or sets the opacity of the mark.
Syntax
'Declaration
 
Public Property Opacity As Integer
'Usage
 
Dim instance As ImGearARTPopupText
Dim value As Integer
 
instance.Opacity = value
 
value = instance.Opacity
public int Opacity {get; set;}
public: __property int get_Opacity();
public: __property void set_Opacity( 
   int value
);
public:
property int Opacity {
   int get();
   void set (    int value);
}

Property Value

Integer value from 0 (transparent) to 255 (opaque).
Remarks
This Opacity property is used for all elements of the mark by default. If you need to set a differ opacity value for text element, please use TextOpacity property. The default value is 255.
See Also

Reference

ImGearARTPopupText Class
ImGearARTPopupText Members

Is this page helpful?
Yes No
Thanks for your feedback.