ImageLayer.Embed Property

embed.Represents the attribte in schema: r:embed

Namespace:  DocumentFormat.OpenXml.Office2010.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "embed")> _
Public Property Embed As StringValue
    Get
    Set
'Usage
Dim instance As ImageLayer
Dim value As StringValue

value = instance.Embed

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

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

ImageLayer Class

ImageLayer Members

DocumentFormat.OpenXml.Office2010.Drawing Namespace