←Select platform

Options Property

Summary
Indicates whether to write optional tags or sequences when writing a DicomGraphicObject, or if optional tags or sequences are present when reading a DicomGraphicObject.
Syntax
C#
C++/CLI
public override DicomAnnotationOptions Options { get; set; } 
public: 
property DicomAnnotationOptions Options { 
   DicomAnnotationOptions get() override; 
   void set (    DicomAnnotationOptions value) override; 
} 

Property Value

The flags that indicate whether to write optional tags or sequences when writing a DicomGraphicObject, or if optional tags or sequences are present when reading a DicomGraphicObject.

Remarks

The "Line Style Sequence (0070,0232)", and "Fill Style Sequence" (0070,0233) are optional sequences that can be read or written when processing a DicomGraphicObject. When writing, use these flags to indicate which sequences are to be included. When reading, these flags indicate which sequences are present. Note: that these flags can also be used to include or indicate the presence of the "Compound Graphic Instance ID" element (0070,0226) and the "Graphic Group ID" element (0070,0295).

Requirements

Target Platforms

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

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.