Gets the current opacity value in percent to be used for filling
and all other non-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 to be used for filling and all other non-stroking operations.
Remarks
Opacity value ranges from 0 (fully transparent) to 100 (fully opaque).
See Also