PictureFormat.CropRight Property

Definition

Returns or sets the number of points that are cropped off the right side of the specified picture or OLE object.

public:
 property float CropRight { float get(); void set(float value); };
public float CropRight { get; set; }
member this.CropRight : single with get, set
Public Property CropRight As Single

Property Value

Remarks

Cropping is calculated relative to the original size of the picture. For example, if you insert a picture that is originally 100 points wide, rescale it so that it's 200 points wide, and then set the CropRight property to 50, 100 points (not 50) will be cropped off the right side of your picture.

Applies to