LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

FrameCount Property (Series)

Show in webframe



Gets or sets the number of DICOM instances in the series.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property FrameCount As String
'Usage
 
Dim instance As Series
Dim value As String
 
instance.FrameCount = value
 
value = instance.FrameCount
[DataMemberAttribute()]
public string FrameCount {get; set;}
[DataMemberAttribute()]
public:
property String^ FrameCount {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String representing the number of DICOM instances in the series.
Requirements

Target Platforms

See Also

Reference

Series Class
Series Members

 

 


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