PdfSpotColor Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfSpotColor[[PdfSpotColor]] iTextSharp.text.pdf.ICachedColorSpace[[ICachedColorSpace]] class iTextSharp.text.pdf.ICachedColorSpace interfaceStyle; iTextSharp.text.pdf.IPdfSpecialColorSpace[[IPdfSpecialColorSpace]] class iTextSharp.text.pdf.IPdfSpecialColorSpace interfaceStyle; end iTextSharp.text.pdf.ICachedColorSpace --> iTextSharp.text.pdf.PdfSpotColor iTextSharp.text.pdf.IPdfSpecialColorSpace --> iTextSharp.text.pdf.PdfSpotColor
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
(
writer) |
|
|
() |
|
|
(
writer) |
Protected internal methods
|
Returns |
Name |
|---|---|
|
|
(
writer) |
Details
Inheritance
Constructors
PdfSpotColor
Source code
public PdfSpotColor(string name, BaseColor altcs)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
|
|
|
altcs |
Methods
GetColorantDetails
Source code
public virtual ColorDetails GetColorantDetails(PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
GetSpotObject
Source code
protected internal virtual PdfObject GetSpotObject(PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
GetPdfObject
Source code
public virtual PdfObject GetPdfObject(PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
Equals
Source code
public override bool Equals(object o)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
o |
GetHashCode
Source code
public override int GetHashCode()
Properties
AlternativeCS
public virtual BaseColor AlternativeCS { get; }
Name
public virtual PdfName Name { get; }
Generated with ModularDoc