VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.UI.VisualTools Namespace / DicomMetadataTextOverlay Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    DicomMetadataTextOverlay 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
    DicomViewerTool ImageViewer DicomMetadataTextOverlay
    Syntax
    'Declaration
    
    Public MustInherit Class DicomMetadataTextOverlay
       Inherits DicomViewerToolTextOverlay
    
    
    public abstract class DicomMetadataTextOverlay : DicomViewerToolTextOverlay
    
    
    public __gc abstract class DicomMetadataTextOverlay : public DicomViewerToolTextOverlay*
    
    
    public ref class DicomMetadataTextOverlay abstract : public DicomViewerToolTextOverlay^
    
    
    Remarks

    If DicomViewerTool 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