PdfColorProfile Class

Class for an ICC color profile.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfColorSpace
    BitMiracle.Docotic.Pdf.PdfColorProfile

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

Syntax

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

The PdfColorProfile type exposes the following members.

Properties

  NameDescription
Public propertyColorSpace
Gets the underlying color space of this color profile.
Public propertyCopyright
Gets the copyright of the creator of this color profile.
Public propertyDefaultColor
Gets the default color for this color space.
(Inherited from PdfColorSpace.)
Public propertyDescription
Gets the description of this color profile.
Public propertyDeviceManufacturer
Gets the intended device manufacturer specified in this color profile.
Public propertyDeviceModel
Gets the intended device model specified in this color profile.
Public propertyViewingConditions
Gets the viewing conditions specified in this color profile.

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