Blip.Embed Property
Embedded Picture Reference.Represents the attribte in schema: r:embed
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "embed")> _
Public Property Embed As StringValue
Get
Set
'Usage
Dim instance As Blip
Dim value As StringValue
value = instance.Embed
instance.Embed = value
[SchemaAttrAttribute(, "embed")]
public StringValue Embed { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the identification information for an embedded picture. This attribute is used to specify an image that resides locally within the file.
The possible values for this attribute are defined by the ST_RelationshipId simple type.