PdfGState Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfGState[[PdfGState]] iTextSharp.text.pdf.PdfDictionary[[PdfDictionary]] end iTextSharp.text.pdf.PdfDictionary --> iTextSharp.text.pdf.PdfGState
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
Public methods
Details
Inheritance
Constructors
PdfGState
public PdfGState()
Methods
ToPdf
Source code
public override void ToPdf(PdfWriter writer, Stream os)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
os |
Properties
OverPrintStroking
public virtual bool OverPrintStroking { set; }
OverPrintNonStroking
public virtual bool OverPrintNonStroking { set; }
OverPrintMode
public virtual int OverPrintMode { set; }
StrokeOpacity
public virtual float StrokeOpacity { set; }
FillOpacity
public virtual float FillOpacity { set; }
AlphaIsShape
public virtual bool AlphaIsShape { set; }
TextKnockout
public virtual bool TextKnockout { set; }
BlendMode
public virtual PdfName BlendMode { set; }
RenderingIntent
public virtual PdfName RenderingIntent { set; }
Generated with ModularDoc