Back to Devexpress

PdfGraphics.MeasureString Method

officefileapi-devexpress-dot-pdf-dot-pdfgraphics-dot-measurestring.md

latest1.6 KB
Original Source

PdfGraphics.MeasureString Method

NameParametersDescription
MeasureString(String, DXFont, PdfStringFormat)text, font, formatMeasures the specified string when drawn with the specified font and text formatting parameters.
MeasureString(String, DXFont, SizeF, PdfStringFormat, out Int32, out Int32)text, font, layoutSize, format, charactersFitted, linesFilledMeasures a string when it is drawn with the specific font and text formatting settings.
MeasureString(String, DXFont, SizeF, PdfStringFormat)text, font, layoutSize, formatMeasures the specified string when drawn with the specified font, text layout size, and format.
MeasureString(String, DXFont, SizeF)text, font, layoutSizeMeasures the specified string when drawn with the specified font settings.
MeasureString(String, DXFont)text, fontMeasures the specified string when drawn with specified font parameters.