FileFormatProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class contains file format information, such as type and properties.
public ref class FileFormatProperties
public class FileFormatProperties
type FileFormatProperties = class
Public Class FileFormatProperties
- Inheritance
-
FileFormatProperties
Constructors
| FileFormatProperties(FileFormatType, Dictionary<String,Object>) |
FileFormatProperties constructor. |
Properties
| Type |
File format type. |
Methods
| Get<T>(String) |
Get a specific file format property by a given key name. |
| Set(String, Object) |
Set a file format property value for a key name. |