[]
        
(Showing Draft Content)

ScaleMode Enumeration

ScaleMode Enumeration

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

Enumeration members

Enumeration members

ActualSize

ActualSize: = 0

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

PageWidth

PageWidth: = 1

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

SinglePage

SinglePage: = 2

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