iText 5

DeviceNColor

DeviceNColor Public class

Diagram

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

Members

Properties

Public properties

Type

Name

Methods

PdfDeviceNColor

PdfDeviceNColor

get

float``[]

Tints

get

Methods

Public methods

Returns

Name

bool

Equals

(object obj)

int

GetHashCode

()

Details

Inheritance

Constructors

DeviceNColor

Source code

public DeviceNColor(PdfDeviceNColor pdfDeviceNColor, float[] tints)

Arguments

Type

Name

Description

PdfDeviceNColor

pdfDeviceNColor

float``[]

tints

Methods

Equals

Source code

public override bool Equals(object obj)

Arguments

Type

Name

Description

object

obj

GetHashCode

Source code

public override int GetHashCode()

Properties

PdfDeviceNColor

public virtual PdfDeviceNColor PdfDeviceNColor { get; }

Tints

public virtual float Tints { get; }

Generated with ModularDoc