SplitPdfResult.Documents Property
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.
PDF documents as output
[System.Text.Json.Serialization.JsonPropertyName("Documents")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.CloudmersiveConvert.Models.PdfDocument> Documents { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("Documents")>]
member this.Documents : System.Collections.Generic.List<Azure.Connectors.Sdk.CloudmersiveConvert.Models.PdfDocument> with get, set
Public Property Documents As List(Of PdfDocument)
Property Value
- Attributes