mergDocShowPreview |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergDocShowPreview <pFilePath>
|
Associations | mergdoc |
Summary | Presents the document in a full screen modal interface
|
Introduced | 8.0 |
OS | ios |
Platforms | mobile |
Parameters | Name | Type | Description |
---|
pFilePath | | the full path of the document.
|
|
Example | mergDocShowPreview specialFolderPath("engine")&"/pdfs/help.pdf"
|
Values | Name | Type | Description |
---|
return | | one of:
- mergDoc: preview shown
- mergDoc:Error: unable to show preview
|
|
Description | An send to menu button is shown on the modal which also includes Print
|
Tags | externals |