This documentation is for the old version. Go to the latest Graphics Mill docs

PsdTextVObject.OriginalFontName Property

Gets or sets original typeface name of the font used to display a text in this PsdTextVObject.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

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

Property Value

The String value which represents an original font name.

See Also

Reference