PdfLabColorSpace Class

Represents a L*a*b* color space.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfColorSpace
    BitMiracle.Docotic.Pdf.PdfLabColorSpace

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

Syntax

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

The PdfLabColorSpace type exposes the following members.

Constructors

  NameDescription
Public methodPdfLabColorSpace(PdfDocument, Double[])
Initializes a new instance of the PdfLabColorSpace class.
Public methodPdfLabColorSpace(PdfDocument, Double[], Double[])
Initializes a new instance of the PdfLabColorSpace class.
Public methodPdfLabColorSpace(PdfDocument, Double[], Double[], Double[])
Initializes a new instance of the PdfLabColorSpace class.

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