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

    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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also