LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

FrameCount Property (ObjectInstanceInformationEx)

Show in webframe



Gets or sets the number of frames for the specified DICOM object
Syntax
'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 int FrameCount {get; set;}
[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

 

 


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