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