PdfCoModelFactory.PDFToJPGInput 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 PDFToJPGInput(String, Nullable<Boolean>, String, String, Nullable<Int32>, Nullable<Boolean>, String).
public static Azure.Connectors.Sdk.PdfCo.Models.PDFToJPGInput PDFToJPGInput(string url = default, bool? inline = default, string pages = default, string rect = default, int? expiration = default, bool? async = default, string profiles = default);
static member PDFToJPGInput : string * Nullable<bool> * string * string * Nullable<int> * Nullable<bool> * string -> Azure.Connectors.Sdk.PdfCo.Models.PDFToJPGInput
Public Shared Function PDFToJPGInput (Optional url As String = Nothing, Optional inline As Nullable(Of Boolean) = Nothing, Optional pages As String = Nothing, Optional rect As String = Nothing, Optional expiration As Nullable(Of Integer) = Nothing, Optional async As Nullable(Of Boolean) = Nothing, Optional profiles As String = Nothing) As PDFToJPGInput
Parameters
- url
- String
- pages
- String
- rect
- String
- profiles
- String