Choose what gets rendered

Tommy,



Given that Table objects can have unique IDs assigned, is it possible
to choose which Table objects are actually rendered before doing
Pdf.Save()? We definitely need this ability if it’s not possible
to do now.



Thanks, Natan.

Dear Natan,

In fact, all objects are rendered in the Save method. Now I have planed to provide a new method such like "Render()" before the Save() method. Then customer can get some info after the Render() and before Save().