Gets or sets the cutting plane opacity.
Namespace: Spire.Pdf.AnnotationsRemarks
The opacity is given in percents, 100 is full opacity, 0 is no opacity.
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