Leadtools.Dicom.Services

NumberOfFrames Property

Show in webframe



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

Property Value

The number of frames in the image.
Requirements

Target Platforms

See Also

Reference

ImageInfo Class
ImageInfo Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.