Click or drag to resize

PdfDocument UseInvariantCulture Property

Note: This API is now obsolete.

Indicates whether use invariant culture mode to convert pdf document.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This property may be removed in the future, please use ConverterOptions.SetToXpsOptions method instead.")]
public bool UseInvariantCulture { get; set; }

Property Value

Type: Boolean
See Also