PageSettings: IWxPageSettings;
The PageSettings property determines workspace page settings.
Executing the example requires an existing ws object of the IWxWorkspace type.
Sub UserProc;
Var
WS : IWxWorkspace;
PS : IWxPageSettings;
Begin
PS := ws.PageSettings;
PS.FitToPages := False;
PS.Scale := 0.5;
End Sub UserProc;
After executing the example the following parameters of the page are changed: the printing scale will be 50% of the original workspace size.
See also: