FrameIndex Property

Summary
Gets the zero-based index of the requested frame.
Syntax
C#
C++/CLI
public int FrameIndex { get; } 
            public: 
property int FrameIndex { 
   int get(); 
} 

Property Value

A zero-based index of the requested frame. The user needs to provide the image with the specified index through Frame.

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.