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,PDFDisplayRectangle) | Draws the specified text string in the specified rectangle with the specified PDFBrush and PDFFont objects. |
DrawString(String,PDFFont,PDFBrush,PDFDisplayRectangle,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. |