ChangePictureScaleCommand Class
In This Article
A command to scale pictures in a selected range.
#Declaration
TypeScript
declare class ChangePictureScaleCommand extends CommandBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changePictureScale property.
#Inheritance
CommandBase
ChangePictureScaleCommand
See Also