Gets the localized vendor URL information for the GlyphTypefaceLocalized object.

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

Syntax

C#
public string VendorUrl { get; }
Visual Basic
Public ReadOnly Property VendorUrl As String
	Get
Visual C++
public:
property String^ VendorUrl {
	String^ get ();
}

Field Value

The vendor url.

See Also