DocxInsertImageRequest.HeightInEMUs 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.
Optional: The height of the image in EMUs
[System.Text.Json.Serialization.JsonPropertyName("HeightInEMUs")]
public long? HeightInEMUs { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("HeightInEMUs")>]
member this.HeightInEMUs : Nullable<int64> with get, set
Public Property HeightInEMUs As Nullable(Of Long)
Property Value
- Attributes