←Select platform

FillOptions Property

Summary

Indicates whether to write optional tags writing DicomAnnotationFillOptions, or if optional tags are present when reading a DicomAnnotationFillOptions.

Syntax

C#
VB
WinRT C#
C++
public DicomAnnotationFillOptions FillOptions { get; set; } 
Public Property FillOptions As Leadtools.Dicom.DicomAnnotationFillOptions 
public Leadtools.Dicom.DicomAnnotationFillOptions FillOptions {get; set;} 
 <br/>get_FillOptions();<br/>set_FillOptions(value);<br/>Object.defineProperty('FillOptions');  

Property Value

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

Remarks

The "Fill Style Sequence" (0070,0233) 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.

Example

For an example, refer to CreateCompoundGraphic.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly