XFINIUM.PDF Documentation
DrawString(String,PdfStringAppearanceOptions,PdfStringLayoutOptions) Method



String to draw.
Options that determine the string visual appearance.
Options that determine the text layout.
Draws the specified text string with the specified appearance and layout options.
Syntax
'Declaration
 
Public Overloads Sub DrawString( _
   ByVal s As String, _
   ByVal stringAppearanceOptions As PdfStringAppearanceOptions, _
   ByVal stringLayoutOptions As PdfStringLayoutOptions _
) 
'Usage
 
Dim instance As PdfGraphics
Dim s As String
Dim stringAppearanceOptions As PdfStringAppearanceOptions
Dim stringLayoutOptions As PdfStringLayoutOptions
 
instance.DrawString(s, stringAppearanceOptions, stringLayoutOptions)

Parameters

s
String to draw.
stringAppearanceOptions
Options that determine the string visual appearance.
stringLayoutOptions
Options that determine the text layout.
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