PdfCalGrayColorSpace Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfCalGrayColorSpace Class
Represents a CIE-based A color space with one transformation stage instead of two.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfColorSpace
    BitMiracle.Docotic.Pdf.PdfCalGrayColorSpace

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfCalGrayColorSpace : PdfColorSpace
VB
Public NotInheritable Class PdfCalGrayColorSpace
	Inherits PdfColorSpace

The PdfCalGrayColorSpace type exposes the following members.

Properties

  NameDescription
Public propertyDefaultColor
Gets the default color for this color space.
(Inherited from PdfColorSpace.)

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object.ToString().)

See Also