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
B
Gets or sets B value when the mode is LAB. Range -128 to 127.
public float B { get; set; }
Property Value
Black
Gets or sets black value when the mode is CMYK. Range 0-100.
public float Black { get; set; }
Property Value
Blue
Gets or sets blue value when the mode is RGB. Range 0-255.
public float Blue { get; set; }
Property Value
Cyan
Gets or sets Cyan value when the mode is CMYK. Range 0-100.
public float Cyan { get; set; }
Property Value
Green
Gets or sets green value when the mode is RGB. Range 0-255.
public float Green { get; set; }
Property Value
L
Gets or sets L value when the mode is LAB. Range 0-100.
public float L { get; set; }
Property Value
Magenta
Gets or sets magenta value when the mode is CMYK. Range 0-100.
public float Magenta { get; set; }
Property Value
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
Red
Gets or sets red value when the mode is RGB. Range 0-255.
public float Red { get; set; }
Property Value
StructurePrefix
Gets prefix of the structure.
protected override string StructurePrefix { get; }
Property Value
StructureURI
Gets name pf the structure.
protected override string StructureURI { get; }
Property Value
SwatchName
Gets or sets name of the swatch.
public string SwatchName { get; set; }
Property Value
Type
Gets or sets the type of color, one of PROCESS or SPOT.
public string Type { get; set; }
Property Value
Yellow
Gets or sets yellow value when the mode is CMYK. Range 0-100.
public float Yellow { get; set; }
Property Value
Methods
InitializeEntities()
Initializes.
protected override void InitializeEntities()