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



String to draw.
PdfFont that defines the text format of the string.
PdfBrush that determines the color and texture of the drawn text.
PdfVisualRectangle object that specifies the location of the drawn text.
Draws the specified text string in the specified rectangle 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 rectangle As PdfVisualRectangle _
) 
'Usage
 
Dim instance As PdfGraphics
Dim s As String
Dim font As PdfFont
Dim brush As PdfBrush
Dim rectangle As PdfVisualRectangle
 
instance.DrawString(s, font, brush, rectangle)

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.
rectangle
PdfVisualRectangle object that specifies the location 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