mergDocIcon |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergDocIcon(<pFilePath>, <pIconSize>)
|
Associations | mergdoc |
Summary | Get the icon for a document as image data
|
Introduced | 8.0 |
OS | ios |
Platforms | mobile |
Parameters | Name | Type | Description |
---|
pFilePath | | the full path of the document.
|
pIconSize | | the width,height as returned from mergDocIconSizes.
|
|
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 | | PNG image data.
|
|
Description | Get the icon for a document as image data
|
Tags | externals |