Property Opacity
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Opacity
(PDF 1.4) Gets or sets the opacity value in percent to be used for stroking operations.
public int Opacity { get; set; }
Property Value
- int
The opacity value in percent for stroking operations.
Remarks
Opacity value ranges from 0 (fully transparent) to 100
(fully opaque).
Default value: 100.