Click or drag to resize
FileDownload Class
Define how a document can be downloaded
Inheritance Hierarchy

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
public class FileDownload : FileDownloadBase

The FileDownload type exposes the following members.

Constructors
  NameDescription
Public methodFileDownload
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyAutoPrint
If this flag is true then the PDF will have a script which opens the print dialog immediately.
Public propertyDirectDownload
If this flag is true then the file is directly downloaded, even if the browser provides a plugin for this file.
Public propertyTargetFileType
Specifies the target format (target file type) of the downloaded file.
Top
Remarks