SplitPdf2Input.Inline Property

Definition

Determines whether to return output in response or link to output file.

[System.Text.Json.Serialization.JsonPropertyName("inline")]
public bool? Inline { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("inline")>]
member this.Inline : Nullable<bool> with get, set
Public Property Inline As Nullable(Of Boolean)

Property Value

Attributes

Applies to