'Declaration
Public Overloads Sub DrawString( _ ByVal s As String, _ ByVal font As PDFFont, _ ByVal brush As PDFBrush, _ ByVal rectangle As PDFDisplayRectangle, _ ByVal structureElement As PDFStructureElement _ )
'Usage
Dim instance As PDFCanvas Dim s As String Dim font As PDFFont Dim brush As PDFBrush Dim rectangle As PDFDisplayRectangle Dim structureElement As PDFStructureElement instance.DrawString(s, font, brush, rectangle, structureElement)
public void DrawString( string s, PDFFont font, PDFBrush brush, PDFDisplayRectangle rectangle, PDFStructureElement structureElement )
public: void DrawString( String^ s, PDFFont^ font, PDFBrush^ brush, PDFDisplayRectangle^ rectangle, PDFStructureElement^ structureElement )
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
- PDFDisplayRectangle object that specifies the location of the drawn text.
- structureElement
- The structure element that is associated with this piece of content.