SeparationColorSpace Class Documentation
classSeparationColorSpace : ColorSpaceNamespace:Datalogics::PDFL
- Inherits from:
ColorSpace
Detailed Description
Defines the use of additional named colorants in a PDF document.
Colorants in a separation color space are also sometimes referred to as spot colorants. The device displaying or printing the PDF document will supply an appropriate color based on the colorant included in the separation color space.
Referenced by
Constructor & Destructor Documentation
SeparationColorSpace
SeparationColorSpace(SeparationColorSpacerhs, InternalConstructsignifier)Parameters
rhs: SeparationColorSpacesignifier: InternalConstruct
SeparationColorSpace
Parameters
Create a separation color space from page's Ink. If page doesn't have a separation color space with passed ink in it's resources, then linear grayscale tint transform function and CMYK as alternate colorspace will be used.
SeparationColorSpace
SeparationColorSpace(stringseparationName, ColorSpacealternate, FunctiontintTransform)Parameters
separationName: stringthe name of the colorant that the Separation space is intended to represent, or All, or None
alternate: ColorSpacethe alternate color space, which can be any device or CIE-based color space but not another special color space (Pattern, Indexed, Separation, or DeviceN).
tintTransform: Functionfunction, called with the tint value and returning the corresponding color component values. That is, the number of components and the interpretation of their values depend on the alternate color space.
Create a separation color space.
Property Documentation
Alternate
ColorSpaceAlternate[get]DeviceCMYK
static ColorSpaceDeviceCMYK[get]DeviceGray
static ColorSpaceDeviceGray[get]DeviceRGB
static ColorSpaceDeviceRGB[get]DeviceRGBA
static ColorSpaceDeviceRGBA[get]Function
FunctionFunction[get]Lab
static ColorSpaceLab[get]LabA
static ColorSpaceLabA[get]Name
stringName[get]NumComponents
intNumComponents[get]PDFObject
PDFObjectPDFObject[get]SeparationName
stringSeparationName[get]SeparationNameArray
System.Byte[]SeparationNameArray[get]Member Function Documentation
ConstructorRetrieve
static new static SeparationColorSpaceConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
new static SeparationColorSpaceDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidEquals
override boolEquals(objectobj)Parameters
obj: object
Returns:
override boolSameTypeEquals
boolSameTypeEquals(ColorSpaceother)Parameters
other: ColorSpace
Returns:
boolToString
override stringToString()Returns:
override stringConvert a colorSpace to a string.
operator!=
static booloperator!=(ColorSpacea, ColorSpaceb)Parameters
a: ColorSpaceb: ColorSpace
Returns:
booloperator==
static booloperator==(ColorSpacea, ColorSpaceb)Parameters
a: ColorSpaceb: ColorSpace
Returns:
bool