PrintWorkflowJobStartingEventArgs.SetSkipSystemRendering Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Skips the render filter processing for the current printer job.
public:
virtual void SetSkipSystemRendering() = SetSkipSystemRendering;
void SetSkipSystemRendering();
public void SetSkipSystemRendering();
function setSkipSystemRendering()
Public Sub SetSkipSystemRendering ()
Remarks
If your print support workflow app skips system rendering, the OS will not convert the XPS document into the page description language (PDL) format that is required by the printer. Instead, the XPS generated by the printing application will be directly given to your print support workflow ap, which is then responsible for converting XPS to PDL format.