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

IListItem.HasText Method

Returns value indicating whether the item has text information of specified type.

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

Syntax

Visual Basic
Function HasText ( _
	textInfoId As Integer _
) As Boolean
C#
                bool HasText(
	int textInfoId
)

Parameters

textInfoId

Type: System.Int32

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

Return Value

true if the item contains a text for specified textInfoID, otherwise false.

See Also

Reference