VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / ImageFileBlock Class / OnSaved(ImageFileBlockSourceInfoChangedEventArgs) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    OnSaved(ImageFileBlockSourceInfoChangedEventArgs) Method (ImageFileBlock)
    In This Topic
    Raises the Saved event.
    Syntax
    Remarks

    This method must be called only from the Save(ImageFileSource) method.

    This method:

    • changes values of the Source and Offset properties of this block if e.Source is not null
    • marks block as not changed (IsChanged = false)
    • raises the Saved event

    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