mergDocIconSizes |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergDocIconSizes(<pFilePath>)
|
Associations | mergdoc |
Summary | Get a list of icon sizes available for the document
|
Introduced | 8.0 |
OS | ios |
Platforms | mobile |
Parameters | Name | Type | Description |
---|
pFilePath | | the full path of the document.
|
|
Example | put mergDocIcon(specialFolderPath("engine")&"/pdfs/help.pdf",line 1 of mergDocIconSizes( specialFolderPath("engine")&"/pdfs/help.pdf")) into image "icon"
|
Values | Name | Type | Description |
---|
return | | a return separated list of available icon sizes.
|
|
Description | Get a list of icon sizes available for the document
|
Tags | externals |