Write the image data to a file
public void Write(
System.string
)
public procedure Write(
: System.String
);
public function Write(
: System.String
);
public: void Write(
System.string*
)
public:
void Write(
System.String^
)
'Declaration
Public Overloads Sub Write( _
ByVal As System.String _
)
'Usage
Dim instance As DicomImage
Dim FileName As System.String
instance.Write(FileName)
Parameters
- FileName
The name of the file to write.
This is passed unmodified to the operating system, and it is therefore the container�s responsibility to ensure either that the current directory is set correctly, or that a fully qualified filename is provided.
Target Platforms: .NET CLR 4.8 or higher