Accusoft.PdfXpress6.Net
Opacity Property




Gets and sets an indicator of the PageArtifact's opacity from 0 to 1, where 0 represents transparent and 1 represents opaque.
Syntax
'Declaration
 
Public Property Opacity As Double
'Usage
 
Dim instance As PageArtifactOptions
Dim value As Double
 
instance.Opacity = value
 
value = instance.Opacity
public double Opacity {get; set;}
public: __property double get_Opacity();
public: __property void set_Opacity( 
   double value
);
public:
property double Opacity {
   double get();
   void set (    double value);
}
Remarks

The default value is 1.0.

See Also

Reference

PageArtifactOptions Class
PageArtifactOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback