The RequestedFramesIndexes Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Gets or sets the array of the requested frame indexes.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property RequestedFramesIndexes As Integer() |
C# | |
---|
public int[] RequestedFramesIndexes {get;} |
Property Value
Array of array of the requested frame indexes.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also