Write3DPDF.AddText Method

Draw a text inside the page.
Protected Sub AddText( _ 
ByVal pageIndex As Integer, _ 
ByVal textString As String, _ 
ByVal boundingRect As Rect, _ 
ByVal color As Color, _ 
Optional ByVal fontType As standardFontsType = standardFontsType.TimesRoman, _ 
Optional ByVal fontSize As Integer = 10 _ 
)
This language is not supported or no code example is available.
protected void AddText( 
int pageIndex
string textString
Rect boundingRect
Color color
standardFontsType fontType = standardFontsType.TimesRoman, 
int fontSize = 10 
)
This language is not supported or no code example is available.

Parameters

pageIndex
int

Page index

textString
string

Text string

boundingRect
Rect

Text rectangle in point unit

color
Color

Font color

fontType
standardFontsType

Font type

fontSize
int

Font size

.NET Framework

Supported in: 4.8

In this article

Definition