TextLineList.Draw

Overloads

Draw(OperatorWriter, Single, Single, TextAlign, Color, Boolean, Boolean)Draws the text line list to the given PageWriter object.
Draw(OperatorWriter, Single, Single, TextAlign, Color, Boolean, Int32, Int32, Boolean)Draws the text line list to the given PageWriter object.
Draw(OperatorWriter, Single, Single, TextAlign, Color, Boolean, Int32, Int32, Boolean, Boolean)Draws the text line list to the given PageWriter object.

Draw(OperatorWriter, Single, Single, TextAlign, Color, Boolean, Boolean)

Draws the text line list to the given PageWriter object.

public void Draw(OperatorWriter writer, float x, float y, TextAlign align, Color textColor, bool underline, bool rightToLeft)
Sub Draw(writer As OperatorWriter, x As Single, y As Single, align As TextAlign, textColor As Color, underline As Boolean, rightToLeft As Boolean)

Parameters

writer
OperatorWriter

OperatorWriter object to receive the link's output.

x
Single

X coordinate of the text.

y
Single

Y coordinate of the text.

align
TextAlign

Alignment of the text.

textColor
Color

Color of the text.

underline
Boolean

Specifies if the text should be underlined.

rightToLeft
Boolean

Specifies if the text should be drawn right to left.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Draw(OperatorWriter, Single, Single, TextAlign, Color, Boolean, Int32, Int32, Boolean)

Draws the text line list to the given PageWriter object.

public void Draw(OperatorWriter writer, float x, float y, TextAlign align, Color textColor, bool underline, int startLine, int lineCount, bool rightToLeft)
Sub Draw(writer As OperatorWriter, x As Single, y As Single, align As TextAlign, textColor As Color, underline As Boolean, startLine As Integer, lineCount As Integer, rightToLeft As Boolean)

Parameters

writer
OperatorWriter

OperatorWriter object to receive the link's output.

x
Single

X coordinate of the text.

y
Single

Y coordinate of the text.

align
TextAlign

Alignment of the text.

textColor
Color

Color of the text.

underline
Boolean

Specifies if the text should be underlined.

startLine
Int32

Start line for the text.

lineCount
Int32

Number of lines to draw.

rightToLeft
Boolean

Specifies if the text should be drawn right to left.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Draw(OperatorWriter, Single, Single, TextAlign, Color, Boolean, Int32, Int32, Boolean, Boolean)

Draws the text line list to the given PageWriter object.

public void Draw(OperatorWriter writer, float x, float y, TextAlign align, Color textColor, bool underline, int startLine, int lineCount, bool rightToLeft, bool strikeThrough)
Sub Draw(writer As OperatorWriter, x As Single, y As Single, align As TextAlign, textColor As Color, underline As Boolean, startLine As Integer, lineCount As Integer, rightToLeft As Boolean, strikeThrough As Boolean)

Parameters

writer
OperatorWriter

OperatorWriter object to receive the link's output.

x
Single

X coordinate of the text.

y
Single

Y coordinate of the text.

align
TextAlign

Alignment of the text.

textColor
Color

Color of the text.

underline
Boolean

Specifies if the text should be underlined.

startLine
Int32

Start line for the text.

lineCount
Int32

Number of lines to draw.

rightToLeft
Boolean

Specifies if the text should be drawn right to left.

strikeThrough
Boolean

Specifies if the text should be StrikeThrough.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

TextLineList
ceTe.DynamicPDF.Text

In this topic