Link Search Menu Expand Document

ICCBasedColorspace Class

Represents class for an ICC color profile.
Inheritance Hierarchy
SystemObject
Bytescout.PDFColorspace
Bytescout.PDFICCBasedColorspace

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

The ICCBasedColorspace type exposes the following members.

Constructors
NameDescription
Public methodICCBasedColorspace(Stream)
Creates a new ICC color profile initialized from a specified stream.
Public methodICCBasedColorspace(String)
Creates a new ICC color profile initialized from a specified existing file.
Top
Properties
NameDescription
Public propertyN
Gets the number components of this color space.
(Overrides ColorspaceN.)
Public propertyName
Gets the name of this color space.
(Overrides ColorspaceName.)
Top
Methods
NameDescription
Public methodClone
Allows the creation of a shallow copy of this Bytescout.PDF.ICCBasedColorspace.
(Overrides ColorspaceClone.)
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.)
Top
See Also

Reference