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

ListItem.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
Public Overridable Function HasText ( _
	textInfoId As Integer _
) As Boolean
C#
public virtual bool HasText(
	int textInfoId
)

Parameters

textInfoId

Type: System.Int32

An integer value specifying the identifier of the requested piece of text information.

Return Value

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

Remarks

ThumbnailListItem class provides access to the following pieces of text information:

Constant Description
TextInfoIdCreationDate File creation date.
TextInfoIdDisplayName Display name of the item (its file name without path with or without extention depending on Windows settings).
TextInfoIdFileSize File size.
TextInfoIdFileType File type name (as registered in Windows).
TextInfoIdPath Full path to the file.

See Also

Reference