Share via


FileConverter.FormatName Property

Returns the name of the specified file converter. Read-only.

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

Syntax

'Declaration
ReadOnly Property FormatName As String
    Get
'Usage
Dim instance As FileConverter
Dim value As String

value = instance.FormatName
string FormatName { get; }

Property Value

Type: System.String

Remarks

The format names appear in the Save as type box in the Save As dialog box.

See Also

Reference

FileConverter Interface

FileConverter Members

Microsoft.Office.Interop.PowerPoint Namespace