PsdFrameExtensions.ConvertToText Method

Converts the PsdTextFrame to Text using the given FontRegistry.

Namespace: Aurigma.GraphicsMill.Templates
Assembly: Aurigma.GraphicsMill.Templates (in Aurigma.GraphicsMill.Templates.dll)

Syntax

C#
public static Text ConvertToText(
	this PsdTextFrame textFrame,
	FontRegistry fontRegistry
)

Return Value

The Text.

See Also

Reference