DocxImage.ImageHeight Property

Definition

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

Applies to