DocxInsertImageRequest.InputImageFileBytes 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: Bytes of the input image file to operate on; if you supply this value do not supply InputImageFileUrl or ImageToAdd.
[System.Text.Json.Serialization.JsonPropertyName("InputImageFileBytes")]
public string InputImageFileBytes { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("InputImageFileBytes")>]
member this.InputImageFileBytes : string with get, set
Public Property InputImageFileBytes As String
Property Value
- Attributes