Gets the opacity value in percent to be used for stroking operations.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public int Opacity { get; }
VB
Public ReadOnly Property Opacity As Integer
Get
Property Value
Type:
Int32The opacity value in percent for stroking operations.
Remarks
Opacity value ranges from 0 (fully transparent) to 100
(fully opaque).
See Also