FileFormatProperties Class

Definition

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.

Applies to