DocxInsertImageRequest.ImageToAdd 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: Image to add; if you supply in this object, do not supply InputImageFileBytes or InputImageFileUrl.
[System.Text.Json.Serialization.JsonPropertyName("ImageToAdd")]
public Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxImage ImageToAdd { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("ImageToAdd")>]
member this.ImageToAdd : Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxImage with get, set
Public Property ImageToAdd As DocxImage
Property Value
- Attributes