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