GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfColors Class

    Namespace:
    GemBox.Pdf.Content
    Assembly:
    GemBox.Pdf.dll

    Represents a set of predefined PdfColors.

    • C#
    • VB.NET
    public static class PdfColors
    Public Module PdfColors
    Inheritance:
    System.Object
    PdfColors

    Fields

    Black

    Gets the Black color in DeviceGray color space.

    • C#
    • VB.NET
    public static readonly PdfColor Black
    Public Shared ReadOnly Black As PdfColor
    Field Value
    PdfColor

    Blue

    Gets the Blue color in DeviceRGB color space.

    • C#
    • VB.NET
    public static readonly PdfColor Blue
    Public Shared ReadOnly Blue As PdfColor
    Field Value
    PdfColor

    Cyan

    Gets the Cyan color in DeviceCMYK color space.

    • C#
    • VB.NET
    public static readonly PdfColor Cyan
    Public Shared ReadOnly Cyan As PdfColor
    Field Value
    PdfColor

    Gray

    Gets the Gray color in DeviceGray color space.

    • C#
    • VB.NET
    public static readonly PdfColor Gray
    Public Shared ReadOnly Gray As PdfColor
    Field Value
    PdfColor

    Green

    Gets the Green color in DeviceRGB color space.

    • C#
    • VB.NET
    public static readonly PdfColor Green
    Public Shared ReadOnly Green As PdfColor
    Field Value
    PdfColor

    Magenta

    Gets the Magenta color in DeviceCMYK color space.

    • C#
    • VB.NET
    public static readonly PdfColor Magenta
    Public Shared ReadOnly Magenta As PdfColor
    Field Value
    PdfColor

    Red

    Gets the Red color in DeviceRGB color space.

    • C#
    • VB.NET
    public static readonly PdfColor Red
    Public Shared ReadOnly Red As PdfColor
    Field Value
    PdfColor

    White

    Gets the White color in DeviceGray color space.

    • C#
    • VB.NET
    public static readonly PdfColor White
    Public Shared ReadOnly White As PdfColor
    Field Value
    PdfColor

    Yellow

    Gets the Yellow color in DeviceCMYK color space.

    • C#
    • VB.NET
    public static readonly PdfColor Yellow
    Public Shared ReadOnly Yellow As PdfColor
    Field Value
    PdfColor

    Examples

    Colors example
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.