VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfAnnotationTemplateManager Class / Save Methods / Save(String) Method
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
Save(String) Method (WpfAnnotationTemplateManager)
In This Topic
Saves all templates from this template manager to a file.
Syntax
'Declaration

Public Overloads Sub Save( _
ByVal filename
The name of file, where templates must be saved.
As System.String _
)
public void Save(
System.String filename
)

Parameters

filename
The name of file, where templates must be saved.
Exceptions
ExceptionDescription
Thrown if filename is null or empty.
Remarks

The file name can have the following file extensions '.TIFF' (manager will save images with annotations to a TIFF file), '.VSAB' (manager will save annotations into Vintasoft binary packet), '.XMP' (manager will save annotations into Vintasoft XMP packet), '.WNG' (manager will save annotations into WANG-packet).

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