Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

FrameCount Property (ObjectInstanceInformationEx)






Gets or sets the number of frames for the specified DICOM object
Syntax
[XmlElementAttribute(0)]
public int FrameCount {get; set;}
'Declaration
 
<XmlElementAttribute(0)>
Public Property FrameCount As Integer
'Usage
 
Dim instance As ObjectInstanceInformationEx
Dim value As Integer
 
instance.FrameCount = value
 
value = instance.FrameCount

            

            
[XmlElementAttribute(0)]
public:
property int FrameCount {
   int get();
   void set (    int value);
}

Property Value

An System.Int32 number of frames as specified in the DICOM object.
Requirements

Target Platforms

See Also

Reference

ObjectInstanceInformationEx Class
ObjectInstanceInformationEx Members

Error processing SSI file