Skip to main content
Skip table of contents

PdfGState

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

Methods

Public methods
ReturnsName
voidToPdf(PdfWriter writer, Stream os)

Details

Inheritance

Constructors

PdfGState
public PdfGState()

Methods

ToPdf

Source code

public override void ToPdf(PdfWriter writer, Stream os)
Arguments
TypeNameDescription
PdfWriterwriter
Streamos

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.