Skip to main content
Skip table of contents

PdfColor

PdfColor Internal class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.PdfColor[[PdfColor]]
  iTextSharp.text.pdf.PdfArray[[PdfArray]]
  end
iTextSharp.text.pdf.PdfArray --> iTextSharp.text.pdf.PdfColor

Details

Inheritance

Constructors

PdfColor [1/2]

Source code

internal PdfColor(int red, int green, int blue)
Arguments
TypeNameDescription
intred
intgreen
intblue
PdfColor [2/2]

Source code

internal PdfColor(BaseColor color)
Arguments
TypeNameDescription
BaseColorcolor

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.