Write Method (DicomImage)
In This Topic
Write the data to a file, Stream or Byte Array
Overload List
Overload | Description |
Write(String,String,Object) | Write the data to a file with specified transfer syntax and quality |
Write(String,Boolean) | Write the image data to a file |
Write(String,String) | Write the image data to a file with specified transfer syntax |
Write(String) | Write the image data to a file |
Write(Stream,String,Object) |
Write the image data to a stream with specified transfer syntax and
quality
|
Write(Stream,Boolean) | Write the image data to a stream |
Write(Stream,String) | Write the data to a stream with specified transfer syntax |
Write(Stream) | Write the data to a stream |
Write(Byte[],String,Object) | Write the data to a Byte Array with specified transfer syntax and quality |
Write(Byte[],Boolean) | Write the data to a Byte Array |
Write(Byte[],String) | Write the image data to a Byte Array with specified transfer syntax |
Write(Byte[]) | Write the image data to a Byte Array |
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also