←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly