ShapeRange.CanvasCropBottom Method
Crops a percentage of the height of a drawing canvas from the bottom of the canvas.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub CanvasCropBottom ( _
Increment As Single _
)
'Usage
Dim instance As ShapeRange
Dim Increment As Single
instance.CanvasCropBottom(Increment)
void CanvasCropBottom(
float Increment
)
Parameters
- Increment
Type: System.Single
Required Single. The amount in percentage points of a drawing canvas's height that you want remaining after the canvas is cropped. Entering 0.9 as the increment crops ten percent of the canvas's height from the bottom. Entering 0.1 crops ninety percent of the canvas's height from the bottom.
Remarks
Use the CanvasCropTop method to crop from the top.