LEADTOOLS Medical (Leadtools.Dicom assembly)

FillPattern Property

Show in webframe







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;}

            

            
 
get_FillPattern();
set_FillPattern(value);
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 DicomAnnotationFillModeType.Stippeled.
Example
For an example, refer to CreateCompoundGraphic.
Requirements

Target Platforms

See Also

Reference

DicomFillStyle Class
DicomFillStyle Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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