PlumsailModelFactory.Image2PdfRequest Method
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.
Creates a new instance of Image2PdfRequest(Nullable<Boolean>, List<String>).
public static Azure.Connectors.Sdk.Plumsail.Models.Image2PdfRequest Image2PdfRequest(bool? singleImagePerPage = default, System.Collections.Generic.List<string> imageContent = default);
static member Image2PdfRequest : Nullable<bool> * System.Collections.Generic.List<string> -> Azure.Connectors.Sdk.Plumsail.Models.Image2PdfRequest
Public Shared Function Image2PdfRequest (Optional singleImagePerPage As Nullable(Of Boolean) = Nothing, Optional imageContent As List(Of String) = Nothing) As Image2PdfRequest