VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools Namespace / WpfDicomMetadataTextOverlay Class / Activate(WpfImageViewer) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Activate(WpfImageViewer) Method (WpfDicomMetadataTextOverlay)
    In This Topic
    Acivates this instance on the specified viewer.
    Syntax
    'Declaration
    
    Public Overrides Sub Activate( _
    ByVal viewer
    The viewer.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer _
    )

    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