Downloads the content of the specified file from the server to the specified path.
Visual Basic |
---|
Public Sub DownloadFileEx( _ ByVal File As Long, _ ByVal FileVersion As Long, _ ByVal FilePath As String, _ ByVal FileFormat As MFFileFormat _ ) |
Value | Description |
---|---|
MFFileFormatDisplayOnlyPDF | PDF for display purposes only (printing, copying, etc. disabled). |
MFFileFormatNative | Native file format. |
MFFileFormatPDF | PDF. |