Class FileDownloadPage
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class FileDownloadPage : FileDownloadBase
  Constructors
FileDownloadPage()
Creates a new instance of this class
Declaration
public FileDownloadPage()
  Properties
AutoPrint
If this flag is true then the PDF will have a script which opens the print dialog immediately.
Declaration
public bool AutoPrint { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Remarks
This flag applies only to the PDF target format.
SendByEmail
This flag should be true if the document will be sent by email.
Declaration
public bool SendByEmail { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Remarks
This flag applies only to the PDF target format.