Table of Contents

Class PdfContentByte.GraphicState

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

This class keeps the graphic state of the current page

public class PdfContentByte.GraphicState
Inheritance
PdfContentByte.GraphicState
Inherited Members

Fields

CharSpace

The current character spacing

protected float CharSpace

Field Value

float

Scale

The current horizontal scaling

protected float Scale

Field Value

float

WordSpace

The current word spacing

protected float WordSpace

Field Value

float

XTlm

The x position of the text line matrix.

protected float XTlm

Field Value

float

YTlm

The y position of the text line matrix.

protected float YTlm

Field Value

float

leading

The current text leading.

protected float leading

Field Value

float