Save Method
Description
This subroutine saves the label template with its already existing name. If the template has not been saved before use the SaveAs method instead, and specify a filename.
Syntax
Visual Basic |
---|
Public Function Save() As Boolean |
Return Type
Boolean value. It returns True if the template was saved, or False if not.
See Also