Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

FillPattern Property








Gets or sets the value of the "Fill Pattern" element (0070,0256) under one of the items under the "Fill Style Sequence" (0070,0233) in the "Graphic Annotation Module".
Syntax
public byte[] FillPattern {get; set;}
'Declaration
 
Public Property FillPattern As Byte()
'Usage
 
Dim instance As DicomFillStyle
Dim value() As Byte
 
instance.FillPattern = value
 
value = instance.FillPattern
public byte[] FillPattern {get; set;}
 <br/>get_FillPattern();<br/>set_FillPattern(value);<br/>Object.defineProperty('FillPattern'); 
public:
property array<byte>^ FillPattern {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

The value of the "Fill Pattern" element (0070,0256) under one of the items under the "Fill Style Sequence" (0070,0233) in the "Graphic Annotation Module".
Remarks
This element is conditional and will be written if FillMode contains the flag Stippeled.
Example
For an example, refer to CreateCompoundGraphic.
Requirements

Target Platforms

See Also

Reference

DicomFillStyle Class
DicomFillStyle Members

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features