C#
VB
C++
Gets or sets the cell that will hold the second cutline image.
public MedicalViewerCell SecondCell { get; set; }
Public Property SecondCell As Leadtools.Medicalviewer.MedicalViewerCell
public:
property Leadtools.Medicalviewer.MedicalViewerCell^ SecondCell {
Leadtools.Medicalviewer.MedicalViewerCell^ get();
void set ( Leadtools.Medicalviewer.MedicalViewerCell^ );
}
MedicalViewerCell that represents the cell that will hold the second cutline image. This is only useful in case of the double cutline. For the single cut-line, this property is useless.
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