This documentation is for the old version. Go to the latest Upload Suite docs

FontInfo.Name Property

Font name.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property Name As String
C#
public string Name { get; set; }

Property Value

A string value that specifies the font name.

Default value is ""

Remarks

The font specified with this property should be installed on the client machine, so it is recommended to use only standard font names. When this parameter is not specified, the system default font is used.

See Also

Reference