The opacity (0...255) which must be used for this markup. Default is 255.

Namespace: TallComponents.PDF.Annotations.Markups
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public double Opacity { get; set; }
Visual Basic
Public Property Opacity As Double
	Get
	Set

Remarks

0 means not visible (100% transparent), 255 means 100% visible (no transparancy).

See Also