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
intThe 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
PdfColorProfileThe ICC color profile for Gray color space.
gray
intThe gray level of color in percent.
Remarks
The gray
is a number between 0
(black) and 100 (white).