PdfRGBColor
Gray Property
|
Gets or sets Gray channel value.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float Gray { get; set; }
Public Property Gray As Single
Get
Set
public:
property float Gray {
float get ();
void set (float value);
}
member Gray : float32 with get, set
Property Value
Type:
Single
The gray.
See Also