VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.VisualTools Namespace / WpfMprImageToolFocusedSliceTextOverlay Class / GetOverlayText(MprSlice) Method
Syntax Requirements SeeAlso
In This Topic
    GetOverlayText(MprSlice) Method (WpfMprImageToolFocusedSliceTextOverlay)
    In This Topic
    Returns the text of text overlay from MPR slice.
    Syntax
    'Declaration
    
    Protected MustOverride Function GetOverlayText( _
    ByVal slice
    The MPR slice.
    As Vintasoft.Imaging.Dicom.Mpr.MprSlice _
    ) As System.String
    protected abstract System.String GetOverlayText(
    Vintasoft.Imaging.Dicom.Mpr.MprSlice slice
    )
    protected: abstract System.String GetOverlayText(
    Vintasoft.Imaging.Dicom.Mpr.MprSlice* slice
    )
    protected:
    abstract System.String GetOverlayText(
    Vintasoft.Imaging.Dicom.Mpr.MprSlice^ slice
    )

    Parameters

    slice
    The MPR slice.

    Return Value

    The text of text overlay.
    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