ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / TextInfoItem Class / ReadSafe Method
The text output.
The version.

In This Topic
    ReadSafe Method
    In This Topic
    Return an instance of the TextInfoItem class saved in AR6
    Syntax
    'Declaration
     
    Public Shared Function ReadSafe( _
       ByVal textOut As DrawTextLink, _
       ByVal ver As Short _
    ) As CanvasItem
    public static CanvasItem ReadSafe( 
       DrawTextLink textOut,
       short ver
    )

    Parameters

    textOut
    The text output.
    ver
    The version.

    Return Value

    A new TextInfoItem instance.
    See Also