VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / MetadataNode Class / OnSaving(VintasoftImageMetadataSavingEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
OnSaving(VintasoftImageMetadataSavingEventArgs) Method (MetadataNode)
In This Topic
Performs necessary changes in structure of this tree node using information about source tree and encoder that used for saving of this tree.
Syntax
'Declaration

Protected Overridable Sub OnSaving( _
ByVal e
The class that contains information about source tree and encoder that used for saving of tree.
As Vintasoft.Imaging.VintasoftImageMetadataSavingEventArgs _
)

Parameters

e
The class that contains information about source tree and encoder that used for saving of tree.
Requirements

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

See Also