[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ScaleRule.-ctor

ScaleRule Constructor

ScaleRule()

Creates a new rule that determines how to scale the printed sheet.

Declaration
public ScaleRule()
Public Sub New()

ScaleRule(ResetOption, float, float, float)

Creates a new rule that determines how to scale the printed sheet, with the specified reset option, factors, and intervals.

Declaration
public ScaleRule(ResetOption resetOption, float startFactor, float endFactor, float interval)
Public Sub New(resetOption As ResetOption, startFactor As Single, endFactor As Single, interval As Single)
Parameters
Type Name Description
ResetOption resetOption

Whether to reset the rules or a particular rule

float startFactor

Zoom factor at which to begin testing

float endFactor

Zoom factor at which to stop testing

float interval

Amount by which to decrement the zoom factor between scale tests