RenderOperation RenderOperation Function. RenderOperation Constructor. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

RenderOperation Constructor.

 

   
Syntax  

[C#]
RenderOperation(Doc doc)

[Visual Basic]
Sub New(doc As Doc)

 

   

Params
 
Name Description
doc The PDF Document

 

   

Notes
 

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.

 

   

Example
 

See the Save method.