Ink.InkData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ink Data
Represents the following attribute in the schema: i
[DocumentFormat.OpenXml.SchemaAttr(0, "i")]
public DocumentFormat.OpenXml.Base64BinaryValue InkData { get; set; }
public DocumentFormat.OpenXml.Base64BinaryValue InkData { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "i")]
public DocumentFormat.OpenXml.Base64BinaryValue? InkData { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("i")]
public DocumentFormat.OpenXml.Base64BinaryValue? InkData { get; set; }
public DocumentFormat.OpenXml.Base64BinaryValue? InkData { get; set; }
member this.InkData : DocumentFormat.OpenXml.Base64BinaryValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "i")>]
member this.InkData : DocumentFormat.OpenXml.Base64BinaryValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("i")>]
member this.InkData : DocumentFormat.OpenXml.Base64BinaryValue with get, set
Public Property InkData As Base64BinaryValue
Property Value
Returns StringValue.
- Attributes