Class AdhocRenderingQuery
Specifies how a file is to be rendered.
Inheritance
System.Object
    AdhocRenderingQuery
  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 AdhocRenderingQuery
  Constructors
AdhocRenderingQuery()
Creates a new instance of this class
Declaration
public AdhocRenderingQuery()
  Properties
ApiKey
Gets or sets the rendering api key.
Declaration
public string ApiKey { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Dpi
Gets or sets the resolution of the rendered bitmap.
Declaration
public float Dpi { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Single | 
Page
Gets or sets page number to be rendered.
Declaration
public int Page { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Size
Gets or sets the size in pixels of the rendering canvas.
Declaration
public DWSize Size { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DWSize |