←Select platform

FrameIndex Property

Summary

Gets or sets the frame index of this image in the stored DicomDataSet

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

Property Value

A zero-based index of the image in the stored DicomDataSet. -1 if the image contains all the pages.

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.Medical.Storage.DataAccessLayer Assembly