NamedColorSpace Class Documentation

classNamedColorSpace : ColorSpace

Namespace:Datalogics::PDFL

Inherits from:
ColorSpace

Detailed Description

Class used to define the color space in use.

Referenced by

Constructor & Destructor Documentation

NamedColorSpace

NamedColorSpace(NamedColorSpacerhs, InternalConstructsignifier)

Parameters

signifier: InternalConstruct

NamedColorSpace

NamedColorSpace(stringname)

Parameters

name: string

the name of the color space.

Create a named color space with the given name, e.g. DeviceRGB

NamedColorSpace

NamedColorSpace(stringname, boolarg1)

Parameters

name: string
arg1: bool

Special constructor with bool flag; calling this one makes a global named color space. Used in the ColorSpace class constructor in Java.

Property Documentation

DeviceCMYK

static ColorSpaceDeviceCMYK[get]

DeviceGray

static ColorSpaceDeviceGray[get]

DeviceRGB

static ColorSpaceDeviceRGB[get]

DeviceRGBA

static ColorSpaceDeviceRGBA[get]

Lab

static ColorSpaceLab[get]

LabA

static ColorSpaceLabA[get]

Name

stringName[get]

NumComponents

intNumComponents[get]

PDFObject

PDFObjectPDFObject[get]

Member Function Documentation

ConstructorRetrieve

static new static NamedColorSpaceConstructorRetrieve(System.IntPtrignored)

Parameters

ignored: System.IntPtr

Returns:

new static NamedColorSpace

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

Equals

override boolEquals(objectobj)

Parameters

obj: object

Returns:

override bool

ToString

override stringToString()

Returns:

override string

Convert a colorSpace to a string.