PresentationDocument.SaveAs Method
Parent Object: PresentationDocumentDescription
Saves this document into a file of the specified name.
Syntax
PresentationDocument.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. |