VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / TextOverlayGroup Class / Activate(ImageViewer) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Activate(ImageViewer) Method (TextOverlayGroup)
    In This Topic
    Acivates this instance on the specified viewer.
    Syntax
    'Declaration
    
    Public Overrides Sub Activate( _
    ByVal viewer
    The viewer.
    As Vintasoft.Imaging.UI.ImageViewer _
    )
    public override void Activate(
    Vintasoft.Imaging.UI.ImageViewer viewer
    )
    public: void Activate(
    Vintasoft.Imaging.UI.ImageViewer* viewer
    ); override
    public:
    void Activate(
    Vintasoft.Imaging.UI.ImageViewer^ viewer
    ); override

    Parameters

    viewer
    The viewer.
    Exceptions
    ExceptionDescription
    Thrown if viewer is null.
    Thrown if the text overlay is activated already.
    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