DocxImage.ImageWidth 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.
Width 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("ImageWidth")]
public long? ImageWidth { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("ImageWidth")>]
member this.ImageWidth : Nullable<int64> with get, set
Public Property ImageWidth As Nullable(Of Long)
Property Value
- Attributes