ProductFeature

ProductFeature enumeration

Specifies product features that can be supported by a file type.

public enum ProductFeature

Values

Name Value Description
AutoDetection 0 Automatic file format detection.
Read 1 Reading metadata from files of this type.
Edit 2 Adding or updating metadata in files of this type.
Remove 3 Removing metadata from files of this type.

See Also