Returns the height in pixels of the DicomDataSet specified by row.
public Nullable<int> Height(
DataRow row
)
Public MustOverride Function Height(
ByVal row As System.Data.DataRow
) As System.Nullable(Of Integer)
public:
virtual System::Nullable<int> Height(
System::Data::DataRow^ row
) abstract
row
a System.Data.DataRow in the ReferencedImages table
the height in pixels of the DicomDataSet specified by row.
<returns> the height in pixels of the DicomDataSet specified by row. </returns>
For more information, refer to LEAD Medical Storage Server Custom Database.
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