Create a RenderOperation to allow rendering of multiple pages
from different threads.
You can use Doc.Rendering to set rendering options before
creating a RenderOperation. When a RenderOperation is created,
relevant doc properties are copied, so modifying properties of
Doc.Rendering after creating the operation does not affect the
RenderOperation. Likewise, setting the current page to another page
after creating the operation has no effect.
|