Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / MeasureString Method / MeasureString(String,TextFormat,SizeF,Int32) Method

In This Topic
    MeasureString(String,TextFormat,SizeF,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function MeasureString( _
       ByVal text As System.String, _
       ByVal textFormat As TextFormat, _
       ByVal layoutSize As System.Drawing.SizeF, _
       ByRef fitCharCount As System.Integer _
    ) As System.Drawing.SizeF
    public System.Drawing.SizeF MeasureString( 
       System.string text,
       TextFormat textFormat,
       System.Drawing.SizeF layoutSize,
       out System.int fitCharCount
    )

    Parameters

    text
    textFormat
    layoutSize
    fitCharCount
    See Also