Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / CreateTextLayout Method

In This Topic
    CreateTextLayout Method
    In This Topic
    Creates an instance of GrapeCity.Documents.Text.TextLayout with the same resolution as that of the current graphics.

    This is the recommended way to create a TextLayout to use with a graphics.

    Syntax
    'Declaration
     
    Public Function CreateTextLayout() As TextLayout
    public TextLayout CreateTextLayout()

    Return Value

    The newly created text layout.
    See Also