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

Namespace: TallComponents.PDF.Annotations.Markups
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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