SetObjectDimensions()

To set the dimensions of an Image object named Image1 to Image2, use the following syntax:

var dimInfo = Image1.GetObjectDimensions()
Image2.SetObjectDimensions(dimInfo)

Close