PdfSeparationColorSpace Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfSeparationColorSpace Class
Represents a Separation color space. A color value in a Separation color space consists of a single tint component.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfColorSpace
    BitMiracle.Docotic.Pdf.PdfSeparationColorSpace

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

Syntax

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

The PdfSeparationColorSpace type exposes the following members.

Constructors

  NameDescription
Public methodPdfSeparationColorSpace
Initializes a new instance of the PdfSeparationColorSpace class.

Properties

  NameDescription
Public propertyDefaultColor
Gets the default color for this color space.
(Inherited from PdfColorSpace.)
Public propertyName
Gets the name of the colorant that this separation color space represents.

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