Click or drag to resize

PdfConvertOptions SetPdfToXpsOptions Method (Boolean, Boolean)

Set pdf to xps convert options.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SetPdfToXpsOptions(
	bool usePsMode,
	bool useInvariantCulture
)

Parameters

usePsMode
Type: System Boolean
Indicates whether to use PS mode.
useInvariantCulture
Type: System Boolean
Indicates whether to use invariant culture.
See Also