Property Opacity
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Opacity
(PDF 1.4) Gets or sets the current opacity value in percent to be used for filling and all other non-stroking operations.
public int Opacity { get; set; }
Property Value
- int
The 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).
Default value: 100% (fully opaque).