VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / PdfPageVirtualMetadata Class / OnSaving(VintasoftImageMetadataSavingEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnSaving(VintasoftImageMetadataSavingEventArgs) Method (PdfPageVirtualMetadata)
    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 Overrides 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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also