Show / Hide Table of Contents

    Class AdhocRenderingQuery

    Specifies how a file is to be rendered.

    Inheritance
    System.Object
    AdhocRenderingQuery
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class AdhocRenderingQuery : object

    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
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top