Description
Retrieves the width and height information of the thumbnail image stored in the MDL files.
Syntax
Sub RFApplication.GetMDLFilePreviewImageSize(pWidth As Long, pHeight As Long)
The GetMDLFilePreviewImageSize syntax has these parts:
| Part | Description |
|---|---|
| pWidth | [OUT] Long Required. The width of the thumbnail image in pixel. |
| pHeight | [OUT] Long Required. The height of the thumbnail image in pixel. |