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