C#
Objective-C
C++
public DicomAnnotationLineOptions LineOptions { get; set; }
@property (nonatomic, assign) LTDicomAnnotationLineOptions lineOptions;
public:
property DicomAnnotationLineOptions LineOptions {
DicomAnnotationLineOptions get();
void set ( DicomAnnotationLineOptions value);
}
The flags that indicate whether to write optional tags writing DicomAnnotationLineOptions, or if optional tags are present when reading a DicomAnnotationLineOptions.
The "Line Style Sequence (0070,0232)" contains optional elements that can be read/written when processing a DicomAnnotationObject. When writing, use these flags to indicate which elements to be included. When reading, these flags indicate which elements are present.
For an example, refer to CreateCompoundGraphic.