ImageFile.CropLeft Property

Image Left Crop.Represents the attribte in schema: cropleft

Namespace:  DocumentFormat.OpenXml.Vml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "cropleft")> _
Public Property CropLeft As StringValue
    Get
    Set
'Usage
Dim instance As ImageFile
Dim value As StringValue

value = instance.CropLeft

instance.CropLeft = value
[SchemaAttrAttribute(, "cropleft")]
public StringValue CropLeft { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

ImageFile Class

ImageFile Members

DocumentFormat.OpenXml.Vml Namespace