ASP.NET MVC Controls | ComponentOne
In This Topic
    ScaleMode Enum
    In This Topic
    File
    wijmo.grid.pdf.js
    Module
    wijmo.grid.pdf

    Specifies how the grid content should be scaled to fit the page.

    Members

    Name Value Description
    ActualSize 0

    Render the grid in actual size, breaking into pages as needed.

    PageWidth 1

    Scale the grid, so that it fits the page width.

    SinglePage 2

    Scale the grid, so that it fits on a single page.