OleObject.ImageWidth Property

imgW.Represents the attribte in schema: imgW

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

Syntax

'Declaration
<SchemaAttrAttribute(, "imgW")> _
Public Property ImageWidth As Int32Value
    Get
    Set
'Usage
Dim instance As OleObject
Dim value As Int32Value

value = instance.ImageWidth

instance.ImageWidth = value
[SchemaAttrAttribute(, "imgW")]
public Int32Value ImageWidth { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

OleObject Class

OleObject Members

DocumentFormat.OpenXml.Presentation Namespace