[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 sourceStream, Stream destinationStream, ImGearMetadataHead metadata, ImGearLoadOptions 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* sourceStream, Stream* destinationStream, ImGearMetadataHead* metadata, ImGearLoadOptions* 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^ sourceStream, Stream^ destinationStream, ImGearMetadataHead^ metadata, ImGearLoadOptions^ options )
'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 sourceStream As Stream, _ ByVal destinationStream As Stream, _ ByVal metadata As ImGearMetadataHead, _ ByVal options 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)
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.