VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools Namespace / WpfDicomMetadataTextOverlay Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    WpfDicomMetadataTextOverlay Class
    In This Topic
    Provides an abstract base class for static text objects, which can be displayed in image viewer. The text of text objects is loading from DicomFrameMetadata.
    Object Model
    WpfDicomViewerTool WpfImageViewer WpfDicomMetadataTextOverlay
    Syntax
    'Declaration
    
    Public MustInherit Class WpfDicomMetadataTextOverlay
       Inherits WpfDicomViewerToolTextOverlay
    
    
    public abstract class WpfDicomMetadataTextOverlay : WpfDicomViewerToolTextOverlay
    
    
    public __gc abstract class WpfDicomMetadataTextOverlay : public WpfDicomViewerToolTextOverlay*
    
    
    public ref class WpfDicomMetadataTextOverlay abstract : public WpfDicomViewerToolTextOverlay^
    
    
    Remarks

    If WpfDicomViewerTool displays MPR image, the class will extract metadata from the first frame of MPR image.

    Inheritance Hierarchy
    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