Shape.CanvasCropLeft Method

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

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

Syntax

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

instance.CanvasCropLeft(Increment)
void CanvasCropLeft(
    float Increment
)

Parameters

  • Increment
    Type: System.Single
    Required Single. The amount in percentage points of the drawing 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 left. Entering 0.1 crops ninety percent of the canvas's width from the left.

Remarks

Use the CanvasCropRight method to crop from the right side of a drawing canvas.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace