FileConverters Members
Include Protected Members
Include Inherited Members
A collection of FileConverter objects that represent all the file converters available for opening and saving files.
The FileConverters type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Returns the number of objects in the collection. (Inherited from Collection.) | |
Count | Returns a 64-bit signed integer that represents the number of file converters in the collection. Read-only. | |
Item | Returns an individual FileConverter object in a collection. |
Top
Methods
Name | Description | |
---|---|---|
_Index(Int32) | Reserved for internal use. (Inherited from Collection.) | |
_Index(Int32) | Reserved for internal use. | |
GetEnumerator() | Returns an enumerator that iterates through the collection. (Inherited from Collection.) | |
GetEnumerator() | Returns an enumerator that iterates through the collection of file converters. |
Top