Media.Embed Property
Embedded Picture Reference.Represents the attribte in schema: r:embed
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "embed")> _
Public Property Embed As StringValue
Get
Set
'Usage
Dim instance As Media
Dim value As StringValue
value = instance.Embed
instance.Embed = value
[SchemaAttrAttribute(, "embed")]
public StringValue Embed { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue