This method has been deprecated. Creates a new file with exact copy of source file's pixel data and with new metadata.
Syntax
'Declaration
<ObsoleteAttribute("This method will be removed from the public API in a future release. Use UpdateDocumentMetadata to update DICOM metadata.")>
Public Overloads Shared Sub UpdatePageMetadata( _
ByVal As Stream, _
ByVal As Stream, _
ByVal As ImGearMetadataHead, _
ByVal As ImGearLoadOptions _
)
'Usage
Dim sourceStream As Stream
Dim destinationStream As Stream
Dim metadata As ImGearMetadataHead
Dim options As ImGearLoadOptions
ImGearFileFormats.UpdatePageMetadata(sourceStream, destinationStream, metadata, options)
[Obsolete("This method will be removed from the public API in a future release. Use UpdateDocumentMetadata to update DICOM metadata.")]
public static void UpdatePageMetadata(
Stream ,
Stream ,
ImGearMetadataHead ,
ImGearLoadOptions
)
[Obsolete("This method will be removed from the public API in a future release. Use UpdateDocumentMetadata to update DICOM metadata.")]
public: static void UpdatePageMetadata(
Stream* ,
Stream* ,
ImGearMetadataHead* ,
ImGearLoadOptions*
)
[Obsolete("This method will be removed from the public API in a future release. Use UpdateDocumentMetadata to update DICOM metadata.")]
public:
static void UpdatePageMetadata(
Stream^ ,
Stream^ ,
ImGearMetadataHead^ ,
ImGearLoadOptions^
)
Parameters
- sourceStream
- The data stream, containing source image.
- destinationStream
- The data stream to which to write result image.
- metadata
- Metadata to be saved to result file.
- options
- The loading options.
See Also