Describes page view options.

interface PageViewOptions {
    horizontalAlignment?: "center" | "left" | "right";
    viewMode?: "standard" | "noPaper";
}

Properties

horizontalAlignment?: "center" | "left" | "right"

Defines horizontal alignment for report page inside view area

viewMode?: "standard" | "noPaper"

Specifies how the report page is shown inside the viewer. If value is 'standard' the page rendered on the virtual paper which placed on the gray virtual desktop. If value is 'noPaper' the page rendered whithout gray area arond.