Overload | Description |
---|---|
DrawString(String,PdfFont,PdfBrush,Double,Double) | Draws the specified text string at the specified location with the specified PdfBrush and PdfFont objects. |
DrawString(String,PdfFont,PdfBrush,Double,Double,PdfStructureElement) | Draws the specified text string at the specified location with the specified PdfBrush and PdfFont objects. |
DrawString(String,PdfFont,PdfBrush,PdfVisualRectangle) | Draws the specified text string in the specified rectangle with the specified PdfBrush and PdfFont objects. |
DrawString(String,PdfFont,PdfBrush,PdfVisualRectangle,PdfStructureElement) | Draws the specified text string in the specified rectangle with the specified PdfBrush and PdfFont objects. |
DrawString(String,PdfStringAppearanceOptions,PdfStringLayoutOptions) | Draws the specified text string with the specified appearance and layout options. |
DrawString(String,PdfStringAppearanceOptions,PdfStringLayoutOptions,PdfStructureElement) | Draws the specified text string with the specified appearance and layout options. |