Error processing SSI file
Leadtools.Dicom.Services

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

NumberOfFrames Property






Gets or Sets the number of frames in the image.
Syntax
public int NumberOfFrames {get; set;}
public:
property int NumberOfFrames {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property NumberOfFrames As Integer
 
'Usage
 
Dim instance As ImageInfo
Dim value As Integer
 
instance.NumberOfFrames = value
 
value = instance.NumberOfFrames

Property Value

The number of frames in the image.
Requirements

Target Platforms

See Also

Reference

ImageInfo Class
ImageInfo Members

Error processing SSI file