VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.UI.VisualTools Namespace / DicomMetadataTextOverlay Class / GetDicomPageMetadataFromVisualTool(DicomViewerTool) Method
Syntax Requirements SeeAlso
In This Topic
GetDicomPageMetadataFromVisualTool(DicomViewerTool) Method (DicomMetadataTextOverlay)
In This Topic
Returns the DICOM page metadata from visual tool.
Syntax
'Declaration

Protected Overridable Function GetDicomPageMetadataFromVisualTool( _
ByVal tool
The visul tool.
As DicomViewerTool _
) As Vintasoft.Imaging.Metadata.DicomPageMetadata
protected virtual Vintasoft.Imaging.Metadata.DicomPageMetadata GetDicomPageMetadataFromVisualTool(
DicomViewerTool tool
)

Parameters

tool
The visul tool.

Return Value

The DICOM page metadata.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also