Image2PdfRequest.SingleImagePerPage 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.
Select "No" if you don't want each image to be on a separate page. Default is "Yes"
[System.Text.Json.Serialization.JsonPropertyName("imagePerPage")]
public bool? SingleImagePerPage { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("imagePerPage")>]
member this.SingleImagePerPage : Nullable<bool> with get, set
Public Property SingleImagePerPage As Nullable(Of Boolean)
Property Value
- Attributes