PdfConvertOptions
SetPdfToXpsOptions Method (Boolean, 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,
bool useHighQualityImg
)
Public Sub SetPdfToXpsOptions (
usePsMode As Boolean,
useInvariantCulture As Boolean,
useHighQualityImg As Boolean
)
public:
void SetPdfToXpsOptions(
bool usePsMode,
bool useInvariantCulture,
bool useHighQualityImg
)
member SetPdfToXpsOptions :
usePsMode : bool *
useInvariantCulture : bool *
useHighQualityImg : bool -> unit
Parameters
-
usePsMode
-
Type:
System
Boolean
Indicates whether to use PS mode.
-
useInvariantCulture
-
Type:
System
Boolean
Indicates whether to use invariant culture.
-
useHighQualityImg
-
Type:
System
Boolean
Indicates whether to use the high qulity image.
See Also