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

ListItem.GetText Method

Returns the specified text information of the item.

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

Syntax

Visual Basic
Public Overridable Function GetText ( _
	textInfoId As Integer _
) As String
C#
public virtual string GetText(
	int textInfoId
)

Parameters

textInfoId

Type: System.Int32

An integer value identifying the type of requested text information.

Return Value

A string containing requested text information of the item. If the item has no text of specified type, it returns the empty string.

See Also

Reference