FilePrintCommand Class
In This Article
A command to invoke a browser-specific Print dialog allowing one to print the current document.
#Declaration
TypeScript
declare class FilePrintCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.filePrint property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
FilePrintCommand
See Also