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) | Writes dataset to an external DICOM file in the current TransferSyntax |
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 |