Crop.PictureHeight Property

Gets or sets the height of the image that is to be cropped.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property PictureHeight As Single
    Get
    Set
'Usage
Dim instance As Crop
Dim value As Single

value = instance.PictureHeight

instance.PictureHeight = value
float PictureHeight { get; set; }

Property Value

Type: System.Single

Remarks

Read/write.

See Also

Reference

Crop Interface

Crop Members

Microsoft.Office.Core Namespace