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

FontFormat.Name Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a 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

Type: System.String

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 property is not specified, the system default font is used.

See Also

Reference