VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PcxEncoder Class / SaveMetadataChanges(VintasoftImage,MetadataNode,IProgressController) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    SaveMetadataChanges(VintasoftImage,MetadataNode,IProgressController) Method (PcxEncoder)
    In This Topic
    Saves changes in image metadata without changing image data.
    Syntax

    Parameters

    image
    Image whose metadata is changed.
    metadataTree
    Virtual metadata tree which contains information about cached image metadata.
    progressController
    Progress controller.
    Remarks

    This method is used in SaveImage(VintasoftImage,Stream) method when image must be saved to the image source and only image metadata is changed.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also