Click or drag to resize

Pdf3DNode Opacity Property

Gets or sets the cutting plane opacity.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float Opacity { get; set; }

Property Value

Type: 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