Share via


Blip.Link Property

Linked Picture Reference.Represents the attribte in schema: r:link

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

Syntax

'Declaration
<SchemaAttrAttribute(, "link")> _
Public Property Link As StringValue
    Get
    Set
'Usage
Dim instance As Blip
Dim value As StringValue

value = instance.Link

instance.Link = value
[SchemaAttrAttribute(, "link")]
public StringValue Link { 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 a linked picture. This attribute is used to specify an image that does not reside within this file.

The possible values for this attribute are defined by the ST_RelationshipId simple type.

See Also

Reference

Blip Class

Blip Members

DocumentFormat.OpenXml.Drawing Namespace