FileDownload ClassDocuWare Platform .NET API
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientFileDownload

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class FileDownload

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 propertyKeepAnnotations
If this flag is true then the annotations are rendered in the PDF file, otherwise the annotations are removed.
Public propertyLayers
Specifies the annotation layers to be included in the output file.
Public propertyTargetFileType
Specifies the target format (target file type) of the downloaded file.
Top
Remarks

See Also

Reference