Click or drag to resize
AdhocRenderingQuery Class
Specifies how a file is to be rendered.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientAdhocRenderingQuery

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class AdhocRenderingQuery

The AdhocRenderingQuery type exposes the following members.

Constructors
  NameDescription
Public methodAdhocRenderingQuery
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyDpi
Gets or sets the resolution of the rendered bitmap.
Public propertyPage
Gets or sets page number to be rendered.
Public propertySize
Gets or sets the size in pixels of the rendering canvas.
Top
Remarks
Remarks
You can specify either a canvas size (in pixels) or a resolution (in dpi) of the rendered bitmap. In case you specify the canvas size the rendered bitmap fits into the canvas while the page ratio is preserved.
Remarks
In case you do not specify the size or resolution a default rendering resolution of 72 dpi is assumed.
See Also