Click or drag to resize
IFormatter Properties

The IFormatter type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description of the formatter being implemented. This is intended to give the developer some information of the formatter.
Public propertyName
Gets the name of the formatter being implemented. This is intended to give the developer name of the formatter.
Public propertySupportedFileTypes
Gets the file extensions that the formatter will support. If multiple extensions are supported then this property will return a string containing all extensions with a ',' delimited.
Top
See Also