Table of Contents

Constructor PdfGrayColor

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

PdfGrayColor(int)

Initializes a new instance of the PdfGrayColor class.

public PdfGrayColor(int gray)

Parameters

gray int

The gray level of color in percent.

Remarks

The gray is a number between 0 (black) and 100 (white).

PdfGrayColor(PdfColorProfile, int)

Initializes a new instance of the PdfGrayColor class.

public PdfGrayColor(PdfColorProfile colorProfile, int gray)

Parameters

colorProfile PdfColorProfile

The ICC color profile for Gray color space.

gray int

The gray level of color in percent.

Remarks

The gray is a number between 0 (black) and 100 (white).