PDFView4NET WinForms Edition
Opacity Property (PDFFileAttachmentAnnotation)




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

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

PDFFileAttachmentAnnotation Class
PDFFileAttachmentAnnotation Members