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

IListItem.GetText Method

Returns the item text information of the specified type.

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

Syntax

Visual Basic
Function GetText ( _
	textInfoId As Integer _
) As String
C#
                string GetText(
	int textInfoId
)

Parameters

textInfoId

Type: System.Int32

An integer value specifying the ID of the requested text information type.

Return Value

A string containing requested text information of the item. If an item has no text of the specified type, empty string is returned.

See Also

Reference