MergeAny2PdfRequest.Content 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.
The array of raw contents of files to merge
[System.Text.Json.Serialization.JsonPropertyName("documentsContents")]
public System.Collections.Generic.List<byte[]> Content { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("documentsContents")>]
member this.Content : System.Collections.Generic.List<byte[]> with get, set
Public Property Content As List(Of Byte())
Property Value
- Attributes