DrawingDocument.SaveAs Method

Parent Object: DrawingDocument

Description

Saves this document into a file of the specified name.

Syntax

DrawingDocument.SaveAs( FileName As String, SaveCopyAs As Boolean )

Parameters

Name Type Description
FileName String Input String that specifies the name of the file to save the document into.
SaveCopyAs Boolean Input Boolean that indicates whether the file to be saved is new or is a copy of a previously existing file.

Version

Introduced in version 4