Gets or sets a value that represents the single item that is presented in the "Line Style Sequence" (0070,0232).
public DicomLineStyle LineStyle { get; set; }
Public Property LineStyle As Leadtools.Dicom.DicomLineStyle
public Leadtools.Dicom.DicomLineStyle LineStyle {get; set;}
<br/>get_LineStyle();<br/>set_LineStyle(value);<br/>Object.defineProperty('LineStyle');
public:
property Leadtools.Dicom.DicomLineStyle^ LineStyle {
Leadtools.Dicom.DicomLineStyle^ get();
void set ( Leadtools.Dicom.DicomLineStyle^ value);
}
A value that represents the single item that is presented in the "Line Style Sequence" (0070,0232).
The "Line Style Sequence" (0070,0232) is an optional sequence that can be read or written when processing a DicomCompoundGraphic. When writing, include or exclude the Line flag in the Options to indicate whether this sequence should be included. When reading, the Line flag indicates if the "Line Style Sequence" is present. For more information, see Options.
For an example, refer to CreateCompoundGraphic.
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