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

FontInfo.Size Property

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

A positive integer value that specifies the font size.

Default value is 0.

Remarks

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

See Also

Reference