ShadingColor Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.ShadingColor[[ShadingColor]] iTextSharp.text.pdf.ExtendedColor[[ExtendedColor]] class iTextSharp.text.pdf.ExtendedColor abstractStyle; end iTextSharp.text.pdf.ExtendedColor --> iTextSharp.text.pdf.ShadingColor
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
() |
Details
Inheritance
Constructors
ShadingColor
Source code
public ShadingColor(PdfShadingPattern shadingPattern)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
shadingPattern |
Methods
Equals
Source code
public override bool Equals(object obj)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
obj |
GetHashCode
Source code
public override int GetHashCode()
Properties
PdfShadingPattern
public virtual PdfShadingPattern PdfShadingPattern { get; }
Generated with ModularDoc