|
FoxitPDFSDKforWeb v11.0.4
Foxit PDF SDK for Web
|
Public Member Functions | |
| constructor (fileSpec={}) | |
| Create a File specification object. More... | |
| getFileName () | |
| Get the file name. More... | |
| setFileName (name) | |
| Set the file name that exists in the full path or relative path. More... | |
File specification object
|
inline |
Create a File specification object.
| fileSpec | object - The file specifications object. |
| fileSpec.fileName | String - The file name that exists in the full path or relative path. Such as: "C:\example.pdf" or "./example.pdf".It should not be an empty string. |
|
inline |
Get the file name.
|
inline |
Set the file name that exists in the full path or relative path.
| name | string - The file name that exists in the full path or relative path. Such as: "C:\example.pdf" or "./example.pdf".It should not be an empty string. |