Click or drag to resize

XPSOutputOptionsSetPrintMode Method

Sets whether ToXps should be run in print mode print mode is disabled by default

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetPrintMode(
	bool print_mode
)

Parameters

print_mode
Type: SystemBoolean
if true print mode is enabled
See Also