C#
VB
C++
Initializes a new instance of the MedicalViewerBuiltInTagEventArgs class object with explicit parameters.
public MedicalViewerBuiltInTagEventArgs(
int subCellIndex,
MedicalViewerTagType tagType,
string text
)
Public Function New( _
ByVal subCellIndex As Integer, _
ByVal tagType As Leadtools.Medicalviewer.MedicalViewerTagType, _
ByVal text As String _
)
public:
MedicalViewerBuiltInTagEventArgs(
int subCellIndex,
Leadtools.Medicalviewer.MedicalViewerTagType tagType,
String^ text
)
subCellIndex
sub-cell index of the cell
tagType
the type of the tag.
text
the tag text.
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