ChangePictureScaleCommand.execute(x) Method
In This Article
Executes the ChangePictureScaleCommand command with the specified parameter.
#Declaration
TypeScript
execute(
x: number | Scale,
y?: number
): boolean
#Parameters
Name | Type | Description |
---|---|---|
x | number | Scale | The picture scale object or the x-scale factor as a percent. |
y | number | The y-scale factor as a percent. |
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
richEdit.commands.changePictureScale.execute({x: 100, y: 100})
See Also