PDFView4NET WPF Edition
Opacity Property (PDFMarkupAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFMarkupAnnotation Class : Opacity Property
Gets or sets the annotation opacity.
Syntax
'Declaration
 
Public Overridable Property Opacity As Double
'Usage
 
Dim instance As PDFMarkupAnnotation
Dim value As Double
 
instance.Opacity = value
 
value = instance.Opacity
public virtual double Opacity {get; set;}
public: __property virtual double get_Opacity();
public: __property virtual void set_Opacity( 
   double value
);
public:
virtual property double Opacity {
   double get();
   void set (    double value);
}

Property Value

The opacity of the annotation in percents.
Remarks
100 means total opacity, 0 means fully transparent.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFMarkupAnnotation Class
PDFMarkupAnnotation Members