Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadFile Class / FillTextStyles Method
The ViewportLayout control

In This Topic
    FillTextStyles Method (ReadFile)
    In This Topic
    Automatically merges text styles with existing ones.
    Syntax
    'Declaration
     
    Public Sub FillTextStyles( _
       ByVal viewportLayout As ViewportLayout _
    ) 
    public void FillTextStyles( 
       ViewportLayout viewportLayout
    )

    Parameters

    viewportLayout
    The ViewportLayout control
    Remarks
    Text styles with the same name of the ones in the viewportLayout will be skipped.
    See Also