←Select platform

Data Property

Summary

Gets or sets a user-defined object that contains data about image represented by this class.

Syntax

C#
VB
C++
public object Data { get; set; } 
  
Public Property Data As Object 
             
            public: 
property Object^ Data { 
   Object^ get(); 
   void set (    Object^ ); 
} 
             

Property Value

A value that indicates the user-defined object that contains data about image represented by this class.

Example

For an example, refer to MedicalViewerSeriesStack

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly