Click or drag to resize

PdfColorSpace Class

The base class for all color spaces used by PDF.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.ColorSpacePdfColorSpace
    More

Namespace: Patagames.Pdf.Net.ColorSpace
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public abstract class PdfColorSpace

The PdfColorSpace type exposes the following members.

Constructors
 NameDescription
Protected methodPdfColorSpace(IntPtr) Creates a new instance of PdfColorSpace and bound it to the specified handle
Protected methodPdfColorSpace(String) Creates color space.
Top
Properties
 NameDescription
Public propertyArray Gets an array that defines the color space
Public propertyCountComponents Get the number of color components of the color space.
Public propertyDefaultColor Get the initial value of the color, which depends on the color space.
Public propertyFamily Gets the family of the color space.
Public propertyHandle Gets the handle to the color space object.
Public propertyIsDisposed Gets a value indicating whether the object has been disposed of.
Public propertyName Gets the name of the color space.
Top
Methods
 NameDescription
Public methodStatic memberCalGray Gets new instance of CsCalGray class.
Public methodStatic memberCalRGB Gets new instance of CsCalRGB class.
Public methodStatic memberDeviceCMYK Gets new instance of CsDeviceCMYK class.
Public methodStatic memberDeviceGray Gets new instance of CsDeviceGray class.
Public methodStatic memberDeviceN Gets new instance of CsDeviceN class.
Public methodStatic memberDeviceRGB Gets new instance of CsDeviceRGB class.
Protected methodFinalize Finalise object
(Overrides ObjectFinalize)
Public methodFromCMYK Convert the specified CMYK components to the color in the format of this color space.
Public methodStatic memberFromHandle Instantiate the color space according to the handle provided.
Public methodFromRGB Convert the specified RGB components to the color in the format of this color space.
Public methodGetDevaultValue Get the initial value of the color component, which depends on the color space.
Public methodStatic memberICCBased Gets new instance of CsICCBased class.
Public methodStatic memberIndexed Gets new instance of CsIndexed class.
Public methodStatic memberLab Gets new instance of CsLab class.
Public methodStatic memberPattern Gets new instance of CsPattern class.
Public methodStatic memberPattern(PdfDocument, PdfColorSpace) Gets new instance of CsPattern class.
Public methodStatic memberSeparation Gets new instance of CsSeparation class.
Public methodToCMYK Convert the specified color to an CMYK representation.
Public methodToRGB Convert the specified color to an RGB representation.
Top
See Also
Inheritance Hierarchy