InsertPictureCommand Class
In This Article
A command to insert a picture from a file.
#Declaration
TypeScript
declare class InsertPictureCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertPicture property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
InsertPictureCommand
See Also