VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegionBuilder Class / EnterSourceInfo(TextSourceInfo) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    EnterSourceInfo(TextSourceInfo) Method (TextRegionBuilder)
    In This Topic
    Enters the source information.
    Syntax
    'Declaration
    
    Public Overrides Sub EnterSourceInfo( _
    ByVal sourceInfo
    The source information.
    As TextSourceInfo _
    )
    public override void EnterSourceInfo(
    TextSourceInfo sourceInfo
    )
    public: void EnterSourceInfo(
    TextSourceInfo* sourceInfo
    ); override
    public:
    void EnterSourceInfo(
    TextSourceInfo^ sourceInfo
    ); override

    Parameters

    sourceInfo
    The source information.
    Remarks

    This method and LeaveSourceInfo method allow to mark content in drawing engine. All content between call of this method and call of LeaveSourceInfo method will be marked as content, which is associated with sourceInfo.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also