Share via


_Presentation.SaveAs Method

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub SaveAs ( _
    FileName As String, _
    FileFormat As PpSaveAsFileType, _
    EmbedTrueTypeFonts As MsoTriState _
)
'Usage
Dim instance As _Presentation
Dim FileName As String
Dim FileFormat As PpSaveAsFileType
Dim EmbedTrueTypeFonts As MsoTriState

instance.SaveAs(FileName, FileFormat, _
    EmbedTrueTypeFonts)
void SaveAs(
    string FileName,
    PpSaveAsFileType FileFormat,
    MsoTriState EmbedTrueTypeFonts
)

Parameters

See Also

Reference

_Presentation Interface

_Presentation Members

Microsoft.Office.Interop.PowerPoint Namespace