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

FontFormat.Size Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a font size (in pixels).

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

Syntax

Visual Basic
Public Property Size As Integer
C#
public int Size { get; set; }

Property Value

Type: System.Int32

The font size. If this property is 0, the system default font size is used.

Default value is 0.

See Also

Reference