AdhocRenderingQuery ClassDocuWare Platform .NET API
Specifies how a file is to be rendered.
Inheritance Hierarchy

OnlineSystem Object
  DocuWare.Platform.ServerClient AdhocRenderingQuery

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

[SerializableAttribute]
public class AdhocRenderingQuery
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