Description
Retrieves the properties stored in the specified MDL file.
Syntax
Function RFApplication.GetMDLFileProperty2(fileName As String, pTitle As String, pSubject As String, pAuthor As String, pKeyword As String, pComment As String, sizeImage As Long, pImageColorValues As Byte) As RFErrorCode
The GetMDLFileProperty2 syntax has these parts:
| Part | Description |
|---|---|
| fileName | [IN] String Required. The full path name of the MDL file. |
| pTitle | [OUT] String Required. Title of the MDL file. |
| pSubject | [OUT] String Required. Subject of the MDL file. |
| pAuthor | [OUT] String Required. Author of the MDL file. |
| pKeyword | [OUT] String Required. Keyword of the MDL file. |
| pComment | [OUT] String Required. Comment of the MDL file. |
| sizeImage | [IN] Long Required. Size of the memory storage space of pImageColorValues. |
| pImageColorValues | [OUT] Byte Required. The first element of the Byte array storing the color value of each pixel of the thumbnail image. |
Remarks