Transform.Extents Property

Extents.Represents the element tag in schema: a:ext

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

Syntax

'Declaration
Public Property Extents As Extents
    Get
    Set
'Usage
Dim instance As Transform
Dim value As Extents

value = instance.Extents

instance.Extents = value
public Extents Extents { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Extents
Returns Extents.

See Also

Reference

Transform Class

Transform Members

DocumentFormat.OpenXml.Presentation Namespace