Class PdfGrayColor
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Represents a color in a Gray color space.
public sealed class PdfGrayColor : PdfColor
- Inheritance
-
PdfGrayColor
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Constructors
- PdfGrayColor(PdfColorProfile, int)
Initializes a new instance of the PdfGrayColor class.
- PdfGrayColor(int)
Initializes a new instance of the PdfGrayColor class.
Properties
- G
Gets the gray level of color in percent.
Methods
- ToString()
Returns a string that represents this PdfGrayColor instance.