FileDownloadCommand Class
In This Article
A command to download the document file, specifying its extension.
#Declaration
TypeScript
declare class FileDownloadCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.fileDownload property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
FileDownloadCommand
See Also