The opacity (0...255) which must be used for this shape. Default is 255 (fully opaque).

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

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

Remarks

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

See Also