←Select platform

Meta Property

Summary

The metadata resulting from loading a DICOM file.

Syntax
C#
VB
C++
public object Meta { get; set; } 
Public Property Meta() As Object 
   Get 
   Set 
public:  
   property Object^ Meta 
   { 
      Object^ get() 
      void set(Object^ value) 
   } 

Property Value

The metadata resulting from loading a DICOM file.

Remarks

This item will be available if the query made by DicomSourceProxy.Load loaded metadata. To specify the metadata to load, call ViewImageQuery.Meta.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Imaging Assembly