FileDownloadLayers Property DocuWare Platform .NET API
Specifies the annotation layers to be included in the output file.

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

C#
[XmlElementAttribute("Layers")]
[DolphinAttribute]
public List<int> Layers { get; set; }

Property Value

Type: ListInt32
Remarks

This list is used only when KeepAnnotations flag is set to true; if this flag is set to false, then this list is ignored and no layers are included. In order to keep all layers, just set KeepAnnotations to true and pass an empty list or do not specify a list at all.
Remarks

This flag applies only to the PDF target format.
See Also

Reference