Click or drag to resize
FileDownloadDirectDownload Property
If this flag is true then the file is directly downloaded, even if the browser provides a plugin for this file.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlAttributeAttribute]
[DefaultValueAttribute(false)]
public bool DirectDownload { get; set; }

Property Value

Type: Boolean
Remarks
If you have a browser plugin installed which shows you the content a PDF file in the browser directly then this flag can be used to override this behaviour and let the browser open a "Save file" box.
See Also