iText 5

SpotColor

SpotColor Public class

Diagram

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

Members

Properties

Public properties

Type

Name

Methods

PdfSpotColor

PdfSpotColor

get

float

Tint

get

Methods

Public methods

Returns

Name

bool

Equals

(object obj)

int

GetHashCode

()

Details

Inheritance

Constructors

SpotColor

Source code

public SpotColor(PdfSpotColor spot, float tint)

Arguments

Type

Name

Description

PdfSpotColor

spot

float

tint

Methods

Equals

Source code

public override bool Equals(object obj)

Arguments

Type

Name

Description

object

obj

GetHashCode

Source code

public override int GetHashCode()

Properties

PdfSpotColor

public virtual PdfSpotColor PdfSpotColor { get; }

Tint

public virtual float Tint { get; }

Generated with ModularDoc