PDF .NET Library Documentation - PDF Technologies, Inc.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public void SetText(
	string Text,
	string fontName,
	Color fontColor,
	bool Semitransparent,
	bool Diagonal
)
Visual Basic (Declaration)
Public Sub SetText ( _
	Text As String, _
	fontName As String, _
	fontColor As Color, _
	Semitransparent As Boolean, _
	Diagonal As Boolean _
)
Visual C++
public:
void SetText(
	String^ Text, 
	String^ fontName, 
	Color fontColor, 
	bool Semitransparent, 
	bool Diagonal
)

Parameters

Text
Type: System..::.String
fontName
Type: System..::.String
fontColor
Type: System.Drawing..::.Color
Semitransparent
Type: System..::.Boolean
Diagonal
Type: System..::.Boolean

See Also