Pdf2ImageRequest.FilenamePrefix 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.
Optional. Output files will have this prefix followed by an index number for name
[System.Text.Json.Serialization.JsonPropertyName("filenamePrefix")]
public string FilenamePrefix { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("filenamePrefix")>]
member this.FilenamePrefix : string with get, set
Public Property FilenamePrefix As String
Property Value
- Attributes