SplitPdf2Input.Inline 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.
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