PrintPerformanceMode Enumeration
|
Specifies print performance mode.
Namespace:
Spire.Pdf.Print
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PrintPerformanceMode
Public Enumeration PrintPerformanceMode
public enum class PrintPerformanceMode
type PrintPerformanceMode
Members
|
Member name
|
Value
|
Description
|
|
Fast
|
0
|
Cache will be enabled. Potentially improving performance, but increasing memory consumption.
|
|
Economical
|
1
|
Cache will be disabled. Memory consumption is lower, but speed may be slower.
|
See Also