Transform2D.Extents Property
Extents.Represents the element tag in schema: a:ext
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Extents As Extents
Get
Set
'Usage
Dim instance As Transform2D
Dim value As Extents
value = instance.Extents
instance.Extents = value
public Extents Extents { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Extents