ImageData.Picture Property

Definition

Explicit Relationship to Alternate Image Data

Represents the following attribute in the schema: r:pict

[DocumentFormat.OpenXml.SchemaAttr(19, "pict")]
public DocumentFormat.OpenXml.StringValue Picture { get; set; }
public DocumentFormat.OpenXml.StringValue Picture { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(19, "pict")]
public DocumentFormat.OpenXml.StringValue? Picture { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("r:pict")]
public DocumentFormat.OpenXml.StringValue? Picture { get; set; }
public DocumentFormat.OpenXml.StringValue? Picture { get; set; }
member this.Picture : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(19, "pict")>]
member this.Picture : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("r:pict")>]
member this.Picture : DocumentFormat.OpenXml.StringValue with get, set
Public Property Picture As StringValue

Property Value

Returns StringValue.

Attributes

Applies to