[]
Creates a new rule that determines how to scale the printed sheet.
public ScaleRule()
Public Sub New()
Creates a new rule that determines how to scale the printed sheet, with the specified reset option, factors, and intervals.
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)
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 |