On Tue, 2015-05-12 at 08:39 +0000, Dineshkumar Ramalingam wrote:
>        PdfDictionary dictionary = object->GetDictionary();

        Hi,
I do not know whether it'll help at all (resending the same message
multiple times to the list surely won't), but did you try to define the
'dictionary' variable as:

   PdfDictionary &dictionary = object->GetDictionary();

? I added an '&' before its name. And if you read from it only, then
consider using a 'const' too.
        Bye,
        zyx

-- 
http://www.litePDF.cz                                 i...@litepdf.cz


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to