Shape.CanvasCropRight Method

Crops a percentage of the width of a drawing canvas from the right side of the canvas.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub CanvasCropRight ( _
    Increment As Single _
)
'Usage
Dim instance As Shape
Dim Increment As Single

instance.CanvasCropRight(Increment)
void CanvasCropRight(
    float Increment
)

Parameters

  • Increment
    Type: System.Single
    Required Single. The amount in percentage points of the canvas's width that you want remaining after the canvas is cropped. Entering 0.9 as the increment crops ten percent of the canvas's width from the right. Entering 0.1 crops ninety percent of the canvas's width from the right.

Remarks

Use the CanvasCropLeft method to crop from the left side of a drawing canvas.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace