'Declaration
Public Overloads Sub DrawString( _ ByVal s As String, _ ByVal stringAppearanceOptions As PdfStringAppearanceOptions, _ ByVal stringLayoutOptions As PdfStringLayoutOptions, _ ByVal structureElement As PdfStructureElement _ )
'Usage
Dim instance As PdfGraphics Dim s As String Dim stringAppearanceOptions As PdfStringAppearanceOptions Dim stringLayoutOptions As PdfStringLayoutOptions Dim structureElement As PdfStructureElement instance.DrawString(s, stringAppearanceOptions, stringLayoutOptions, structureElement)
public void DrawString( string s, PdfStringAppearanceOptions stringAppearanceOptions, PdfStringLayoutOptions stringLayoutOptions, PdfStructureElement structureElement )
public: void DrawString( String^ s, PdfStringAppearanceOptions^ stringAppearanceOptions, PdfStringLayoutOptions^ stringLayoutOptions, PdfStructureElement^ structureElement )
Parameters
- s
- String to draw.
- stringAppearanceOptions
- Options that determine the string visual appearance.
- stringLayoutOptions
- Options that determine the text layout.
- structureElement
- The structure element that is associated with this piece of content.