Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextFormat Class / TextFormat Constructor / TextFormat Constructor(TextFormat)

In This Topic
    TextFormat Constructor(TextFormat)
    In This Topic
    Creates a copy of a TextFormat object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As TextFormat _
    )
    public TextFormat( 
       TextFormat source
    )

    Parameters

    source
    See Also