Skip to main content
Skip table of contents

TextRenderInfo

TextRenderInfo 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.TextRenderInfo[[TextRenderInfo]]
  end

Members

Properties

Public properties
TypeNameMethods
PdfStringPdfStringget

Methods

Public methods
Internal methods
ReturnsName
floatGetUnscaledWidth()

Details

Constructors

TextRenderInfo

Source code

internal TextRenderInfo(PdfString string, GraphicsState gs, Matrix textMatrix, ICollection markedContentInfo)
Arguments
TypeNameDescription
PdfStringstring
GraphicsStategs
MatrixtextMatrix
ICollectionmarkedContentInfo

Methods

GetText

Source code

public virtual string GetText()
HasMcid [1/2]

Source code

public virtual bool HasMcid(int mcid)
Arguments
TypeNameDescription
intmcid
HasMcid [2/2]

Source code

public virtual bool HasMcid(int mcid, bool checkTheTopmostLevelOnly)
Arguments
TypeNameDescription
intmcid
boolcheckTheTopmostLevelOnly
GetMcid

Source code

public virtual Nullable<int> GetMcid()
GetUnscaledWidth

Source code

internal float GetUnscaledWidth()
GetBaseline

Source code

public virtual LineSegment GetBaseline()
GetUnscaledBaseline

Source code

public virtual LineSegment GetUnscaledBaseline()
GetAscentLine

Source code

public virtual LineSegment GetAscentLine()
GetDescentLine

Source code

public virtual LineSegment GetDescentLine()
GetFont

Source code

public virtual DocumentFont GetFont()
GetRise

Source code

public virtual float GetRise()
GetSingleSpaceWidth

Source code

public virtual float GetSingleSpaceWidth()
GetTextRenderMode

Source code

public virtual int GetTextRenderMode()
GetFillColor

Source code

public virtual BaseColor GetFillColor()
GetStrokeColor

Source code

public virtual BaseColor GetStrokeColor()
GetCharacterRenderInfos

Source code

public virtual IList<TextRenderInfo> GetCharacterRenderInfos()

Properties

PdfString
public virtual PdfString PdfString { 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.