CloudmersiveConvertModelFactory.PdfDocument 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 PdfDocument(String, Nullable<Int32>, String).
public static Azure.Connectors.Sdk.CloudmersiveConvert.Models.PdfDocument PdfDocument(string documentContents = default, int? pageNumber = default, string url = default);
static member PdfDocument : string * Nullable<int> * string -> Azure.Connectors.Sdk.CloudmersiveConvert.Models.PdfDocument
Public Shared Function PdfDocument (Optional documentContents As String = Nothing, Optional pageNumber As Nullable(Of Integer) = Nothing, Optional url As String = Nothing) As PdfDocument
Parameters
- documentContents
- String
- url
- String