Gets the vendor URL information for the GlyphTypeface object.

Namespace: FirstFloor.Documents.Fonts
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public IDictionary<int, string> VendorUrls { get; internal set; }
Visual Basic
Public Property VendorUrls As IDictionary(Of Integer, String)
	Get
	Friend Set
Visual C++
public:
property IDictionary<int, String^>^ VendorUrls {
	IDictionary<int, String^>^ get ();
	internal: void set (IDictionary<int, String^>^ value);
}

Field Value

The vendor urls.

See Also