Aurigma Graphics Mill 5.5 for .NET
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
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.Implements
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. |