Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

FrameIndex Property (ReferencedImagesEntity)






Gets or sets the frame index of the image.
Syntax
public Nullable<int> FrameIndex {get; set;}
public:
property Nullable<int> FrameIndex {
   Nullable<int> get();
   void set (    Nullable<int> value);
}
'Declaration
 
Public Property FrameIndex As Nullable(Of Integer)
 
'Usage
 
Dim instance As ReferencedImagesEntity
Dim value As Nullable(Of Integer)
 
instance.FrameIndex = value
 
value = instance.FrameIndex

Property Value

A Nullable representing the frame index of the image to match against.
Remarks

Set this value to null to ignore this field for all matching operations.

Requirements

Target Platforms

See Also

Reference

ReferencedImagesEntity Class
ReferencedImagesEntity Members

Error processing SSI file
Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features