FramesLoadedIndexes Property

Summary

Gets the array of integers containing the a zero-based index of each loaded page.

Syntax
C#
VB
C++
public int[] FramesLoadedIndexes { get; } 
  
Public ReadOnly Property FramesLoadedIndexes As Integer() 
            public: 
property array<int>^ FramesLoadedIndexes { 
   array<int>^ get(); 
} 

Property Value

Array of integers that represents a zero-based index of each loaded page.

Remarks

This event is fired after the user passes the image using the SetRequestedImage.

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