Click or drag to resize
FileDownloadBase Class
Define how a page of 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#
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlIncludeAttribute(typeof(FileDownload))]
[XmlIncludeAttribute(typeof(FileDownloadPage))]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public abstract class FileDownloadBase

The FileDownloadBase type exposes the following members.

Constructors
  NameDescription
Public methodFileDownloadBase
Creates a new instance of this class
Top
Properties
  NameDescription
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.
Top
Remarks