FileConverter Members
Include Protected Members
Include Inherited Members
Represents a file converter that's used to open or save files.
The FileConverter type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
CanOpen | Determines if the specified file converter is designed to open files. | |
CanSave | Determines if the specified file converter is designed to save files. | |
ClassName | Returns a unique name that identifies the file converter. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Extensions | Returns the file name extensions associated with the specified FileConverter object. | |
FormatName | Returns the name of the specified file converter. | |
Name | Returns or sets the name of the specified object. | |
OpenFormat | Returns the file format of the specified file converter. | |
Parent | Returns an object that represents the parent object of the specified object. | |
Path | Returns the disk or Web path to the specified object. | |
SaveFormat | Returns the file format of the specified file converter. |
Top