Link Search Menu Expand Document

ColorICC Class

Represents class for an ICC color profile.
Inheritance Hierarchy
SystemObject
Bytescout.PDFColor
Bytescout.PDFColorICC

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class ColorICC : Color

The ColorICC type exposes the following members.

Constructors
NameDescription
Public methodColorICC
Initializes a new instance of the Bytescout.PDF.ColorICC class.
Top
Properties
NameDescription
Public propertyColorspace
Gets the colorspace associated with this Bytescout.PDF.ColorICC.
(Overrides ColorColorspace.)
Top
Methods
NameDescription
Public methodClone
Allows the creation of a shallow copy of this Bytescout.PDF.ColorICC.
(Overrides ColorClone.)
Public methodEquals
Determines whether the specified Bytescout.PDF.ColorICC is equal to the current Bytescout.PDF.ColorICC.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a System.String that represents the current Bytescout.PDF.ColorICC.
(Overrides ObjectToString.)
Top
See Also

Reference