Property: FilePath for Document <DataPlugin>
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Properties > Property: FilePath for Document <DataPlugin>
Property: FilePath for Document <DataPlugin>
Returns the absolute path of a document. A document might be an Office file in XML format or a PDF, JPEG, PNG, or TIFF file.
Object.FilePath
| Object | Document <DataPlugin> Object with this property |
| Object.FilePath | String with read access |
The following example creates the data set property DocumentFilePath and assigns the absolute path of the document to this property:
Call Root.Properties.Add("DocumentFilePath",Document. FilePath)