Skip to main content
Skip table of contents

PathPaintingRenderInfo

PathPaintingRenderInfo Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.parser
  iTextSharp.text.pdf.parser.PathPaintingRenderInfo[[PathPaintingRenderInfo]]
  end

Members

Properties

Public properties

Details

Constructors

PathPaintingRenderInfo [1/2]

Source code

public PathPaintingRenderInfo(int operation, int rule, GraphicsState gs)
Arguments
TypeNameDescription
intoperation
intrule
GraphicsStategs
PathPaintingRenderInfo [2/2]

Source code

public PathPaintingRenderInfo(int operation, GraphicsState gs)
Arguments
TypeNameDescription
intoperation
GraphicsStategs

Properties

Operation
public virtual int Operation { get; }
Rule
public virtual int Rule { get; }
Ctm
public virtual Matrix Ctm { get; }
LineWidth
public virtual float LineWidth { get; }
LineCapStyle
public virtual int LineCapStyle { get; }
LineJoinStyle
public virtual int LineJoinStyle { get; }
MiterLimit
public virtual float MiterLimit { get; }
LineDashPattern
public virtual LineDashPattern LineDashPattern { get; }

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.