I realize it's just a map.  Just figured it out.  Is it as simple as loading it 
with just a:<key, size_t> .  I'm assuming the key name remains important for 
identifying each parameter?From: abdom...@hotmail.com
To: podofo-users@lists.sourceforge.net
Date: Fri, 15 Aug 2014 18:21:09 +0930
Subject: [Podofo-users] DecodeParms, how to use?




Hello
Would someone be able to tell me how to apply DecodeParms to the PdfDictionary? 
If the below is my decode parms, how is it applied.
<</DecodeParms<</Columns 4/Predictor 12>>
Is it via an array like this.
PdfDictionary myarray[2];myarray[1] = 4;myarray[2] = 12;
and then myarray is transferred to the Decode Function?  I'm a little confused 
on this.
Thanks                                    

------------------------------------------------------------------------------
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users                       
                  
------------------------------------------------------------------------------
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to