PdfCoModelFactory.PDFToWEBPResponse Method

Definition

public static Azure.Connectors.Sdk.PdfCo.Models.PDFToWEBPResponse PDFToWEBPResponse(System.Collections.Generic.List<string> urls = default, string jobId = default, int? pageCount = default, bool? error = default, int? status = default, string name = default, int? credits = default, int? remainingCredits = default, int? duration = default);
static member PDFToWEBPResponse : System.Collections.Generic.List<string> * string * Nullable<int> * Nullable<bool> * Nullable<int> * string * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.Connectors.Sdk.PdfCo.Models.PDFToWEBPResponse
Public Shared Function PDFToWEBPResponse (Optional urls As List(Of String) = Nothing, Optional jobId As String = Nothing, Optional pageCount As Nullable(Of Integer) = Nothing, Optional error As Nullable(Of Boolean) = Nothing, Optional status As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional credits As Nullable(Of Integer) = Nothing, Optional remainingCredits As Nullable(Of Integer) = Nothing, Optional duration As Nullable(Of Integer) = Nothing) As PDFToWEBPResponse

Parameters

urls
List<String>
jobId
String
pageCount
Nullable<Int32>
error
Nullable<Boolean>
status
Nullable<Int32>
name
String
credits
Nullable<Int32>
remainingCredits
Nullable<Int32>
duration
Nullable<Int32>

Returns

Applies to