Gets or sets a value to indicate the stamp opacity. The value is from 0.0 to 1.0.
By default the value is 1.0.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic double Opacity { get; set; }
Public Property Opacity As Double
Get
Set
public:
property double Opacity {
double get ();
void set (double value);
}
member Opacity : float with get, set
Property Value
Type:
Double
See Also