Saving BarTender Documents

A BarTender document can be saved by calling any of the following methods:

The following examples opens a BarTender document, and saves a copy of the file to a different file name.

The Format.SaveAs method takes two arguments. The first argument, required, is a string containing the path and file name of where to save the document. The second argument, optional in VB.NET and required in C#, is a Boolean: if it is true, the method will overwrite a existing file if it exists in the destination directory.

Related Topics