PdfColorSpace Class

The base class for PDF color space classes.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfColorSpace
    

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

Syntax

C#
public abstract class PdfColorSpace
VB
Public MustInherit Class PdfColorSpace

The PdfColorSpace type exposes the following members.

Properties

  NameDescription
Public propertyDefaultColor
Gets the default color for this color space.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also

Inheritance Hierarchy