Creates a new rule that determines how to scale the printed sheet, with the specified reset option, factors, and intervals.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim resetOption As ResetOption
Dim startFactor As Single
Dim endFactor As Single
Dim interval As Single
Dim instance As New ScaleRule(resetOption, startFactor, endFactor, interval) |
Parameters
- resetOption
- Whether to reset the rules or a particular rule
- startFactor
- Zoom factor at which to begin testing
- endFactor
- Zoom factor at which to stop testing
- interval
- Amount by which to decrement the zoom factor between scale tests
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also