ToolTagCategory

ToolTagCategory class

Provides tags intended to mark metadata properties related to the tools (software and hardware) that were used to create a file.

public class ToolTagCategory : TagCategory

Properties

Name Description
Hardware { get; } Gets the tag that denotes any kind of hardware used to create a file.
HardwareManufacturer { get; } Gets the tag that marks a hardware manufacturer.
HardwareVersion { get; } Gets the tag that labels properties containing the version of the hardware used to create a file.
ModelId { get; } Gets the tag that marks a model id.
Software { get; } Gets the tag that labels any kind of software used to create a file.
SoftwareManufacturer { get; } Gets the tag that marks a software manufacturer.
SoftwareVersion { get; } Gets the tag that labels properties containing the version of the software used to create a file.

Methods

Name Description
override ToString() Returns a string that represents the current object.

See Also