Enables or disables scaling the page to fit the printer.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ScaleToFit As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPageSetup
Dim value As Boolean
instance.ScaleToFit = value
value = instance.ScaleToFit
|
C# | |
---|
bool ScaleToFit {get; set;} |
C++/CLI | |
---|
property bool ScaleToFit {
bool get();
void set (bool value);
} |
Return Value
True to scale page to fit the printer, false to not
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0