DeviceColor Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents an abstract class for color in a Device color space.
Inheritance Hierarchy
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
The DeviceColor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DeviceColor | Initializes a new instance of the DeviceColor class |
Properties
| Name | Description | |
|---|---|---|
| Colorspace | Gets the colorspace associated with this Bytescout.PDF.Color. (Inherited from Color.) |
Methods
| Name | Description | |
|---|---|---|
| Clone | Allows the creation of a shallow copy of this Bytescout.PDF.Color. (Inherited from Color.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also