PrintSettings

Hello,



When I try to set in code the orientation to poLandScape the Delphi complier comes back with the error "Undeclared identifier". Any assistance would be greatly appreciated.



ss1.PrintSettings.FitToPage := fpalways; // this line works

ss1.PrintSettings.Orientation := poLandScape; // this line does not work.