InstanceNumber Property

Summary

Gets or sets the frame instance number

Syntax
C#
VB
C++
public int InstanceNumber { get; set; } 
  
Public Property InstanceNumber As Integer 
            public: 
property int InstanceNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

System.DateTime object that represents the instance number of the frame with the specified FrameIndex.

Remarks

When the user receives the frame index, he must provide the image with the provided index, and set it to the property Frame. The only property that the user must set is the Frame.

The user can also provide more information like InstanceNumber and CaptureDate, but they are optional. If the user did not set them, then the toolkit will use the default values.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly