Click or drag to resize

PdfColor Constructor (Single)

Creates a Grayscale color based on gray level

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public PdfColor(
	float gray
)

Parameters

gray
Type: SystemSingle
A value between 0 and 1 to specify the gray level
See Also