ChangePageOrientationCommand Class
In This Article
A command to change the page orientation.
#Declaration
TypeScript
declare class ChangePageOrientationCommand extends CommandBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changePageOrientation property.
#Inheritance
CommandBase
ChangePageOrientationCommand
See Also