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

Leadtools.Medical.Storage.DataAccessLayer Assembly