←Select platform

LineStyle Property

Summary

Gets or sets a value that represents the single item that is presented in the "Line Style Sequence" (0070,0232).

Syntax
C#
VB
C++
public DicomLineStyle LineStyle { get; set; } 
Public Property LineStyle As DicomLineStyle 
public: 
property DicomLineStyle^ LineStyle { 
   DicomLineStyle^ get(); 
   void set (    DicomLineStyle^ value); 
} 

Property Value

A value that represents the single item that is presented in the "Line Style Sequence" (0070,0232).

Remarks

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.

Example

For an example, refer to CreateCompoundGraphic.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly