WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class XmpColorantStruct

    Show / Hide Table of Contents

    Class XmpColorantStruct

    coloring Structure.

    Inheritance
    System.Object
    XmpEntityBase
    XmpType
    XmpStructure
    XmpColorantStruct
    Inherited Members
    XmpStructure.CreateEntity()
    XmpStructure.GetEntityXml()
    XmpStructure.GetSuspend()
    XmpStructure.CheckIfExists()
    XmpStructure.CreateSimpleProperty(String)
    XmpStructure.GetSimpleProperty(String)
    XmpStructure.CreateSimpleProperty(String, XmlNode)
    XmpStructure.GetSimpleProperty(String, XmlNode)
    XmpStructure.CreateArray(String, XmpArrayType)
    XmpStructure.GetArray(String, XmpArrayType)
    XmpStructure.CreateStructureContent()
    XmpStructure.InnerXmlData
    XmpType.Xmp
    XmpEntityBase.Initialize()
    XmpEntityBase.XmlData
    XmpEntityBase.Exists
    XmpEntityBase.EntityParent
    XmpEntityBase.EntityPrefix
    XmpEntityBase.EntityName
    XmpEntityBase.EntityNamespaceURI
    XmpEntityBase.SuspendInitialization
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    System.Single

    StructurePrefix

    Gets prefix of the structure.

    Declaration
    protected override string StructurePrefix { get; }
    Property Value
    Type Description
    System.String
    Overrides
    XmpStructure.StructurePrefix

    StructureURI

    Gets name pf the structure.

    Declaration
    protected override string StructureURI { get; }
    Property Value
    Type Description
    System.String
    Overrides
    XmpStructure.StructureURI

    SwatchName

    Gets or sets name of the swatch.

    Declaration
    public string SwatchName { get; set; }
    Property Value
    Type Description
    System.String

    Type

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

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    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 Description
    System.Single

    Methods

    InitializeEntities()

    Initializes.

    Declaration
    protected override void InitializeEntities()
    Overrides
    XmpStructure.InitializeEntities()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved