Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a file converter that is used to open or save files. The FileConverter object is a member of the FileConverters collection. The FileConverters collection contains all the installed file converters for opening and saving files.
The FileConverter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Application | Returns an Application object that represents the Microsoft PowerPoint application. |
![]() |
CanOpen | true if the specified file converter is designed to open files. Read-only Boolean value. |
![]() |
CanSave | true if the specified file converter is designed to save files. Read-only Boolean value. |
![]() |
ClassName | Returns a unique name that identifies the file converter. Read-only. |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only. |
![]() |
Extensions | Returns the file name extensions associated with the specified FileConverter object. Read-only. |
![]() |
FormatName | Returns the name of the specified file converter. Read-only. |
![]() |
Name | Returns the name of the specified object. Read-only. |
![]() |
OpenFormat | Returns the file format of the specified file converter. Read-only. |
![]() |
Parent | Returns the parent object of the specified FileConverter object. |
![]() |
Path | Returns the disk or Web path to the specified object. Read-only. |
![]() |
SaveFormat | Returns the file format of the specified document or file converter. Read-only. |
Top