PropertyTypeTagCategory

PropertyTypeTagCategory class

Provides tags that bear additional information about the type of a property rather than about its purpose. Using these tags you can detect metadata properties that contain URL links to external resources, properties describing fonts, colors, geolocation and so on.

public class PropertyTypeTagCategory : TagCategory

Properties

Name Description
Bitrate { get; } Gets the tag that labels a property describing a bitrate.
Color { get; } Gets the tag that labels a property describing a color.
DigitalSignature { get; } Gets the tag that labels a digital signature.
Font { get; } Gets the tag that denotes a property describing font characteristics.
Hash { get; } Gets the tag that labels a property holding a hash of the file content.
Identifier { get; } Gets the tag that labels a property containing an identifier of the content.
Link { get; } Gets the tag that denotes a property being a link to an external resource.
Location { get; } Gets the tag that indicates a property being a reference to a geographical location. The property can contain the name of a city, full address, GPS coordinates, etc.
Measure { get; } Gets the tag that indicates a property being a measured characteristic of the content. It can be the file size, number of pages, page size, etc.

Methods

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

See Also