HtmlToImageConverterEncodeHttpPostFields Property
When true (default), the converter applies application/x-www-form-urlencoded
encoding to the names and values in the
HttpPostFields collection
when building the POST request body: spaces are encoded as '+' and reserved
characters are percent-encoded. Set to false only if the names and values
are already form-urlencoded by the caller.
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.75.0
public bool EncodeHttpPostFields { get; set; }
Property Value
Boolean