C#
VB
C++
Gets or sets the number of copies.
[Element(DicomTag.NumberOfCopies)]
public Nullable<int> NumberOfCopies { get; set; }
<Leadtools.Dicom.Common.Extensions.ElementAttribute()>
Public Property NumberOfCopies As Nullable(Of Integer)
[Leadtools.Dicom.Common.Extensions.ElementAttribute()]
public:
property Nullable<int> NumberOfCopies {
Nullable<int> get();
void set ( Nullable<int> );
}
The number of copies of the media to be made.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET