Link Search Menu Expand Document

DeviceColor Class

Represents an abstract class for color in a Device color space.
Inheritance Hierarchy
SystemObject
Bytescout.PDFColor
Bytescout.PDFDeviceColor
Bytescout.PDFColorCMYK
Bytescout.PDFColorGray
Bytescout.PDFColorRGB

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

The DeviceColor type exposes the following members.

Constructors
NameDescription
Protected methodDeviceColor
Initializes a new instance of the DeviceColor class
Top
Properties
NameDescription
Public propertyColorspace
Gets the colorspace associated with this Bytescout.PDF.Color.
(Inherited from Color.)
Top
Methods
NameDescription
Public methodClone
Allows the creation of a shallow copy of this Bytescout.PDF.Color.
(Inherited from Color.)
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