Gets or sets the cutting plane opacity.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float Opacity { get; set; }
Public Property Opacity As Single
	Get
	Set
public:
property float Opacity {
	float get ();
	void set (float value);
}
member Opacity : float32 with get, set

Property Value

Single
A number indicating the opacity of the cutting plane using a standard additive blend mode.

Remarks

The opacity is given in percents, 100 is full opacity, 0 is no opacity.

See Also