Click or drag to resize

PdfFillFormatOpacity Property

Gets or sets the fill opacity.

Initial value: 1.0.


Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public double Opacity { get; set; }

Property Value

Double
The fill opacity.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue is not between 0 and 1 (inclusive).
Remarks
A value of 1 specifies that the fill is completely opaque; a value of 0 specifies that it is completely transparent.
See Also