Crop.PictureWidth Property

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

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

Syntax

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

value = instance.PictureWidth

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

Property Value

Type: System.Single

Remarks

Read/write.

See Also

Reference

Crop Interface

Crop Members

Microsoft.Office.Core Namespace