Table of Contents

Class XmpColorantStruct

Namespace
Syncfusion.Pdf.Xmp
Assembly
Syncfusion.Pdf.Portable.dll

coloring Structure.

public class XmpColorantStruct : XmpStructure
Inheritance
XmpColorantStruct
Inherited Members

Properties

A

Gets or sets A value when the mode is LAB. Range -128 to 127.

public float A { get; set; }

Property Value

float

B

Gets or sets B value when the mode is LAB. Range -128 to 127.

public float B { get; set; }

Property Value

float

Black

Gets or sets black value when the mode is CMYK. Range 0-100.

public float Black { get; set; }

Property Value

float

Blue

Gets or sets blue value when the mode is RGB. Range 0-255.

public float Blue { get; set; }

Property Value

float

Cyan

Gets or sets Cyan value when the mode is CMYK. Range 0-100.

public float Cyan { get; set; }

Property Value

float

Green

Gets or sets green value when the mode is RGB. Range 0-255.

public float Green { get; set; }

Property Value

float

L

Gets or sets L value when the mode is LAB. Range 0-100.

public float L { get; set; }

Property Value

float

Magenta

Gets or sets magenta value when the mode is CMYK. Range 0-100.

public float Magenta { get; set; }

Property Value

float

Mode

Gets or sets the color space in which the color is defined. One of: CMYK, RGB, LAB. Library colors are represented in the color space for which they are defined.

public string Mode { get; set; }

Property Value

string

Red

Gets or sets red value when the mode is RGB. Range 0-255.

public float Red { get; set; }

Property Value

float

StructurePrefix

Gets prefix of the structure.

protected override string StructurePrefix { get; }

Property Value

string

StructureURI

Gets name pf the structure.

protected override string StructureURI { get; }

Property Value

string

SwatchName

Gets or sets name of the swatch.

public string SwatchName { get; set; }

Property Value

string

Type

Gets or sets the type of color, one of PROCESS or SPOT.

public string Type { get; set; }

Property Value

string

Yellow

Gets or sets yellow value when the mode is CMYK. Range 0-100.

public float Yellow { get; set; }

Property Value

float

Methods

InitializeEntities()

Initializes.

protected override void InitializeEntities()