AdhocRenderingQuery ClassDocuWare Platform .NET API
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.6
Syntax

C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
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

Reference