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