Determines whether the overlay data exists inside this Data Set or inside another Data Set.
public bool IsOverlayInDataSet(
int index
)
Public Function IsOverlayInDataSet( _
ByVal index As Integer _
) As Boolean
public bool IsOverlayInDataSet(
int index
)
public boolean isOverlayInDataSet(int index)
function Leadtools.Dicom.DicomDataSet.IsOverlayInDataSet(
index
)
public:
bool IsOverlayInDataSet(
int index
)
index
The zero-based index of the overlay to check.
true if the overlay data exists inside this Data Set; false if the overlay data is in another Data Set.
For an example, refer to OverlayCount.
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