Click or drag to resize
FileDownloadAutoPrint Property
If this flag is true then the PDF will have a script which opens the print dialog immediately.

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

Property Value

Type: Boolean
Remarks
This flag applies only to the PDF target format.
See Also