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

PsdTextVObject.originalBold Property

Get or sets the value indicating whether an original text of this PsdTextVObject is bold.

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

Syntax

Java Script
function get_originalBold();
function set_originalBold(value);

Property Value

true if the original text of this PsdTextVObject is bold; otherwise false.

Remarks

This property corresponds to PsdTextVObject.OriginalBold server-side member.

See Also

Reference