MergeAny2PdfRequest.Content Property

Definition

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

List<Byte[]>
Attributes

Applies to