XFINIUM.PDF Documentation
DrawString(String,PdfFont,PdfBrush,Double,Double) Method



String to draw.
PdfFont that defines the text format of the string.
PdfBrush that determines the color and texture of the drawn text.
The x-coordinate of the upper-left corner of the drawn text.
The y-coordinate of the upper-left corner of the drawn text.
Draws the specified text string at the specified location with the specified PdfBrush and PdfFont objects.
Syntax
'Declaration
 
Public Overloads Sub DrawString( _
   ByVal s As String, _
   ByVal font As PdfFont, _
   ByVal brush As PdfBrush, _
   ByVal x As Double, _
   ByVal y As Double _
) 
'Usage
 
Dim instance As PdfGraphics
Dim s As String
Dim font As PdfFont
Dim brush As PdfBrush
Dim x As Double
Dim y As Double
 
instance.DrawString(s, font, brush, x, y)
public void DrawString( 
   string s,
   PdfFont font,
   PdfBrush brush,
   double x,
   double y
)
public:
void DrawString( 
   String^ s,
   PdfFont^ font,
   PdfBrush^ brush,
   double x,
   double y
) 

Parameters

s
String to draw.
font
PdfFont that defines the text format of the string.
brush
PdfBrush that determines the color and texture of the drawn text.
x
The x-coordinate of the upper-left corner of the drawn text.
y
The y-coordinate of the upper-left corner of the drawn text.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfGraphics Class
PdfGraphics Members
Overload List

Send Feedback