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".
public byte[] FillPattern { get; set; }
Public Property FillPattern As Byte()
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);
}
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".
For an example, refer to CreateCompoundGraphic.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET