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