LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

FrameCount Property (Series)






Gets or sets the number of DICOM instances in the series.
Syntax
[DataMemberAttribute()]
public string FrameCount {get; set;}
'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()
 get_FrameCount();
set_FrameCount(value);
[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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Series Class
Series Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.