Class XmpColorantStruct
coloring Structure.
Inherited Members
Namespace: Syncfusion.Pdf.Xmp
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class XmpColorantStruct : XmpStructure
  Properties
A
Gets or sets A value when the mode is LAB. Range -128 to 127.
Declaration
public float A { get; set; }
  Property Value
| Type | 
|---|
| System.Single | 
B
Gets or sets B value when the mode is LAB. Range -128 to 127.
Declaration
public float B { get; set; }
  Property Value
| Type | 
|---|
| System.Single | 
Black
Gets or sets black value when the mode is CMYK. Range 0-100.
Declaration
public float Black { get; set; }
  Property Value
| Type | 
|---|
| System.Single | 
Blue
Gets or sets blue value when the mode is RGB. Range 0-255.
Declaration
public float Blue { get; set; }
  Property Value
| Type | 
|---|
| System.Single | 
Cyan
Gets or sets Cyan value when the mode is CMYK. Range 0-100.
Declaration
public float Cyan { get; set; }
  Property Value
| Type | 
|---|
| System.Single | 
Green
Gets or sets green value when the mode is RGB. Range 0-255.
Declaration
public float Green { get; set; }
  Property Value
| Type | 
|---|
| System.Single | 
L
Gets or sets L value when the mode is LAB. Range 0-100.
Declaration
public float L { get; set; }
  Property Value
| Type | 
|---|
| System.Single | 
Magenta
Gets or sets magenta value when the mode is CMYK. Range 0-100.
Declaration
public float Magenta { get; set; }
  Property Value
| Type | 
|---|
| System.Single | 
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.
Declaration
public string Mode { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
Red
Gets or sets red value when the mode is RGB. Range 0-255.
Declaration
public float Red { get; set; }
  Property Value
| Type | 
|---|
| System.Single | 
StructurePrefix
Gets prefix of the structure.
Declaration
protected override string StructurePrefix { get; }
  Property Value
| Type | 
|---|
| System.String | 
Overrides
StructureURI
Gets name pf the structure.
Declaration
protected override string StructureURI { get; }
  Property Value
| Type | 
|---|
| System.String | 
Overrides
SwatchName
Gets or sets name of the swatch.
Declaration
public string SwatchName { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
Type
Gets or sets the type of color, one of PROCESS or SPOT.
Declaration
public string Type { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
Yellow
Gets or sets yellow value when the mode is CMYK. Range 0-100.
Declaration
public float Yellow { get; set; }
  Property Value
| Type | 
|---|
| System.Single | 
Methods
InitializeEntities()
Initializes.
Declaration
protected override void InitializeEntities()