Version

XmpFont.Version property

Gets or sets the font version.

public string Version { get; set; }

Property Value

The version.

Remarks

/version for Type1 fonts nameId 5 for Apple True Type and OpenType /CIDFontVersion for CID fonts The empty string for bitmap fonts

See Also