Table of Contents

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

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.