PdfFillFormatOpacity Property |
Gets or sets the fill opacity.
Initial value: 1.0.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic double Opacity { get; set; }Public Property Opacity As Double
Get
Set
Property Value
Double
The fill opacity.
Exceptions
Remarks
A value of 1 specifies that the fill is completely opaque; a value of 0 specifies that it is completely transparent.
See Also