DocxImage.ImageHeight 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.
Height of the image in EMUs (English Metric Units); set to 0 to default to page width and aspect-ratio based height
[System.Text.Json.Serialization.JsonPropertyName("ImageHeight")]
public long? ImageHeight { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("ImageHeight")>]
member this.ImageHeight : Nullable<int64> with get, set
Public Property ImageHeight As Nullable(Of Long)
Property Value
- Attributes